SQL Server 2000 - Valid Binary datatype and valid character datatype:
SQL Server 2000 - Valid Binary datatype and valid character datatype: Which is not a valid binary datatype : Binary , VARBINARY , BIT , IMAGE, TMESTAMP Which is not a valid Character datatype : VARTEXT...
View Articleregarding sqlserver
Hi, in stored procedure i have 3 parameters but that parameters should be optional, with out giving parameters values also procedure should execute please help me
View Article[Help] Problem on starting SQL Server
Hi, i have installed SQL SERVER EXPRESS 2008 and when i try to start it, i get the following error: Code SnippetSQL Server Configuration ManagerThe request failed or the service did not respond in a...
View ArticleIs it possible to create a two node cluster with SQL server 2012 STD on node1...
Hi All,Is it possible to create a two node cluster with SQL server 2012 STD on node1 and SQL Server 2008 ENT on node2 on a Windows server 2012?aa
View ArticleSQL Server 2008 Installation Problem
Hi there,I am having a problem installing SQL Server 2008 on a Windows Server. During the installation it comes up with an error message saying "Attempt to perform an unauthorized operation" with my...
View ArticleMigrate SQL 2005 to 2008r2 to diferent server running 2008r2
I need to migrate sql server 2005 to a diferent server running windows server 2008r2 and install SQL 2008r2 can some one help with that step by step pleaseUPDATE:: i just realize its sql 2014 not 2008,...
View ArticleUsing the ":r" sqlcmd command
hi, I use the :r command in SQLCMD script to include anotherscript into the calling script. Just like...
View Articlestored procedure insert question
I created a stored procedure that is inserting values from a user defined type (ppList) via parameter in the order_detail table. Before this, I create an order_id and would like to add this id to the...
View ArticleCannot create a row of size Error
Hi,Greetings for the day.I am connecting and inserting values to a table from ASP.Net using Entity Framework.I am having one column whose data type is "Varchar(Max)."I am trying to insert a value whose...
View ArticleUpdate query
Hi Mate,For frequent period of time, i'm doing same process to update a table with consecutive values. Hope to i make this simple an example,UPDATE Table_1 SET vchar_val = REPLACE (vchar_val, '.360/',...
View Articlessms is not there in applications but sql login services are running in...
Hello, This is Raghu,I am using sql server 2012 but currently I am facing an issues ie., my ssmsis not opened and also available in applications also but I found in error log, services.msc it is...
View ArticleIssue selecting records from multiple tables where id not in a sub query
I'm struggling with what seems like a fairly simple query ...Here's some background: the database is used to track training that is assigned to individuals depending on their job/projects.My query...
View ArticleEnforce fixed length string
I have a field as id1 char(11).I want this field to be 11 character length always, no less no more. How can I force the user to enter it 11 character always and when the userentered 10 or 12 character...
View Articleintellisense not working
Hi,Intellisense is not working is SSMS, I tried third party tools like SQL prompt they worked fine until license expired. I've uninstalled SQLPrompt and tried all the ways to enable it I didn't find...
View Articlecan I easily replace a default value throughout my database?
I have SQL Server management studio express, which I use to manage a database for my website, which is hosted on a shared server in cyberspace. I have been using 'getdate()' as a default in many of my...
View ArticleIn which sequence are queries and sub-queries executed by the SQL Engine
In which sequence are queries and sub-queries executed by the SQL Engine?Which is correct ?a. primary query -> sub query -> sub sub query and so on b. sub sub query -> sub query -> prime...
View ArticleIS IT POSSIBLE TO CHANGE DEFAULT INSTANCE NAME NAMED INSTANCE?
Dear Friends, I need know one thing there is any possibility to change default insatance as named instance.I will explain my query detail as fallows.1)default instance = ABCD(server name also same as...
View ArticleError: 18456, Severity: 14, State: 8 XP_Readerrorlog JDBC
Hi Experts,I am using SQL Server 2008 and fromt end application is in Java. Very recently after the maintance activity (Restrated Server) am facing the below issue in the xp_readerrorlog "Error: 18456,...
View ArticleProblem in displaying data from sql server in ASP.net in required format
I have a above data while writing a query in this format.I want to display it in below format in Asp.net grid view(No hardcoding). How to do this from SQL/Asp.net. Please Help..Please Help...Abhinav
View ArticleSQL Verification changes
I have a table that has records removed and the underlying index order no longer matches the order of the numbers in the ID field. As soon as a new record is added, SQL studio shifts it somewhere else...
View Article