Topics
Started by
Posts
Last post
Hi , I am newbie. I would like to what is the difference between SQL queries and Batches. According…
4 replies
Hi experts, Have been dwindling on this query for some time and need your help now. I have two sepa…
4 replies
Hi, I am a newbie.I was going around DMV and found out Plan_Handle. I find out that this column is…
10 replies
Can anybody help me with this logic. I want to exclude rows in which value for column nc1 is repeat…
13 replies
Hi, I am aware that , when we actually write onto the disk that writing is know as physical write. …
4 replies
Hi, I am confused at one point and need some directions. Lets say that I have a query which has a j…
1 replies
hello, I have a login on sql server with puplic access and I want it to create users in other datab…
4 replies
I have the statement below, and I am trying to change the date to use November 1st (11/01/2012). Ca…
3 replies
CREATE TABLE product ( ID INT IDENTITY(1,1) ,VAL VARCHAR(MAX) NOT NULL ); INSERTproduct ( VAL )…
1 replies
I have a table with the following structure and need to retrieve only record from the table: Table:…
14 replies
DECLARE @sqlCommand varchar(1000) DECLARE @columnList varchar(75) DECLARE @city varchar(75) SET @co…
7 replies
I recently found when I use query window in SSMS, when I close the tab, it didn't ask me if I want …
3 replies
Hi, I just installed VS 2010 copy I got from college, I know that it comes with SQL Server Express…
1 replies
Hi Forum, As we are on the way to cleaning Production server, we need to find out the last usage da…
5 replies
Hello, I have the records set as follow: COL1COL2COL3 1 120 1130 1141 1151 And …
3 replies
Viewing 15 topics - 5,056 through 5,070 (of 10,647 total)
You must be logged in to create new topics.