Viewing 15 posts - 11,101 through 11,115 (of 15,381 total)
Hunnie (8/3/2012)
I'll preface by saying that I am not very knowledgable about IIS/SQL Server/MS Server.
However, I have been tasked to help one of our clients move their site...
August 3, 2012 at 12:20 pm
kranthi.india123 (8/3/2012)
please Help me on How to design the Sports database for online games or live games????
give me some idea about online sports games.(footbal or cricket ,golf,tennis,basketball..etc).....please...
August 3, 2012 at 12:16 pm
Just to add to the solutions, if at all possible split that into two columns. It appears you have two pieces of information in a single column. This type of...
August 3, 2012 at 11:59 am
sqldba_newbie (8/3/2012)
Just wanted to know what do other DBA's use to manage passwords of SVC account. I should be able to install this tool on a windows server.
I use KeePass....
August 3, 2012 at 11:57 am
Alberto Vásquez (8/3/2012)
August 3, 2012 at 11:54 am
You should be able to view just about anything in there. I would assume you named it something different than msdb? Is this more of a "is it possible" type...
August 3, 2012 at 11:49 am
You have a GO which is a batch terminator.
Try this:
begin try
RAISERROR(50001, 11, 127)
PRINT 'This should not print but does!'
end try
begin catch
print 'The above print line did not print because the...
August 2, 2012 at 1:34 pm
Luis Cazares (8/2/2012)
About the NOLOCKs they were there...
August 2, 2012 at 1:25 pm
morepainot (8/2/2012)
Sean Lange (8/2/2012)
morepainot (8/2/2012)
Sean Lange (8/2/2012)
August 2, 2012 at 1:17 pm
morepainot (8/2/2012)
Sean Lange (8/2/2012)
August 2, 2012 at 12:58 pm
Luis Cazares (8/2/2012)
Or maybe a view limiting the rows I need...
August 2, 2012 at 12:55 pm
Well the code certainly looks a lot better. But it doesn't help me identify why you are getting an invalid object name. I can't see your screen from here and...
August 2, 2012 at 12:46 pm
Why am I getting an invalid object name error here for CustomColumns?
Because it doesn't exist? 😛
It is tough to figure that out from here. Does the table actually exist?...
August 2, 2012 at 12:15 pm
dccbr (8/2/2012)
The NOLOCK it's because my Database is READ COMMITED 😀
So you are intentionally trying to get dirty reads? I don't quite follow that you need nolock because your transaction...
August 2, 2012 at 11:03 am
dccbr (8/2/2012)
What's is better? I prefer the third case because my table scps_cadastro_os has more than 1.000.000 and I made the change IN for EXISTS, so can I use the...
August 2, 2012 at 9:46 am
Viewing 15 posts - 11,101 through 11,115 (of 15,381 total)