Viewing 15 posts - 136 through 150 (of 1,047 total)
jbalbo (2/6/2013)
I have this in a where :
AND
CASE WHEN @InfoKey = 5 THEN
CLIENT_IDENTIFIER_TYPE.Code IN (028,029,030)
ELSE
CLIENT_IDENTIFIER_TYPE.Code =...
February 6, 2013 at 11:52 am
Your brute force method can't possibly be giving you the correct int result.
Given that each byte of the varbinary is 8 bits of an integer you would have to multiple...
February 4, 2013 at 11:11 am
I am sampling key performance counters from all my primary production servers every 15 minutes and save 60 days worth of this history. We have other snapshot audits that will...
February 1, 2013 at 7:36 am
I would estimate that at least 20% of processes we have running and the resulting data generated are there exclusively to satisfy PCI and ISO audits.
January 29, 2013 at 10:23 am
jimbobmcgee (1/16/2013)
January 17, 2013 at 2:52 pm
IIF() is a microsoft Access construct. That won't work with SQL Server.
Look into the CASE statement instead.
January 7, 2013 at 1:43 pm
If you maintain the previous days trade rate for each currency (or a default trade rate) in a table (or a CTE from historical table) you can obtain the default...
December 19, 2012 at 7:19 am
I remember running into that a while back. for whatever reason I could not put my finger on why other than assume the database status was something that resulted in...
December 11, 2012 at 12:01 pm
typically asymmetric keys are used to protect symmetric keys.
December 3, 2012 at 8:48 am
brett.walker (11/29/2012)
- Only 75 GB of 132 GB memory in use.
I don't understand this one. I've set max memory for SQL Server to be 104...
November 29, 2012 at 1:17 pm
As other have stated it is not clear exactly what sort of logic you are trying to achieve with just a select statement.
Having said that though, your case statement is...
November 27, 2012 at 8:28 am
Guys, you should go ahead and perform a trial upgrade so you know where you stand.
If it were me, I'd try restoring a backup to the newer version and run...
October 16, 2012 at 8:20 am
Basically, yes. If you are using encryption or service broker it would make things easier if you had a backup of the service master key to be restored to a...
August 17, 2012 at 10:34 am
He means use raiserror() in the catch block.
August 17, 2012 at 8:20 am
Dev-812464 (8/16/2012)
August 17, 2012 at 8:13 am
Viewing 15 posts - 136 through 150 (of 1,047 total)