Viewing 15 posts - 9,076 through 9,090 (of 15,381 total)
Keep in mind that all of the code samples are using top 1 with no order by. If you require the "first" record to be meaningful you will need to...
March 14, 2013 at 9:50 am
Mick Opalak (3/13/2013)
March 13, 2013 at 3:28 pm
aheadley (3/13/2013)
March 13, 2013 at 3:25 pm
aheadley (3/13/2013)
when I try to run this query:
INSERT INTO...
March 13, 2013 at 2:48 pm
Hi and welcome to SSC. Since you are new around here you probably have not had a chance to see the article about best practices when posting questions. You can...
March 13, 2013 at 2:14 pm
You could use SSIS but somewhere along the way you will have to write some queries for this level of custom data comparison.
March 13, 2013 at 2:11 pm
sql4us (3/13/2013)
I want to know how to add percentage symbol(%) to my final sql statment column names in stored procedure, query below
set @finalSelect = 'SELECT NAME,State,TotalPop, ' + @parameter...
March 13, 2013 at 2:09 pm
You are going to have to write your own queries for this. This type of thing is generally done using left joins from one table to the other. Without any...
March 13, 2013 at 2:06 pm
Mick Opalak (3/13/2013)
Notice how the DB_Roles and Server_Roles columns are super wide, even with the Maximum set in the options like you suggested. I need these last two columns...
March 13, 2013 at 2:05 pm
Seems to me that the only real issue here is that you have a varchar(64) column that should be a datetime column.
As you said yourself, there is not much information...
March 13, 2013 at 12:34 pm
Lynn Pettis (3/13/2013)
Sean Lange (3/13/2013)
tn_350z (3/13/2013)
I am trying to get...
March 13, 2013 at 12:25 pm
Erin-489205 (3/13/2013)
If DateField1 is >= GETDATE() OR DateField2 >= GETDATE() AND Extension =1 then IsActive...
March 13, 2013 at 10:42 am
tn_350z (3/13/2013)
I am trying to get the last 60 days...
March 13, 2013 at 10:37 am
Mia G (3/13/2013)
March 13, 2013 at 10:29 am
rajagopalanseeth (3/13/2013)
I have a table that has around 5000 records. I have a requirement that i want to change a varchar column to UNIQUE, but the problem...
March 13, 2013 at 10:27 am
Viewing 15 posts - 9,076 through 9,090 (of 15,381 total)