Viewing 15 posts - 1,066 through 1,080 (of 1,554 total)
It seems when looking in BOL that variables isn't supported.
/Kenneth
April 20, 2005 at 3:50 am
It may also be set by the connecting client, so to be on the safe side, it's best to get into the habit of always using single quotes when denoting...
April 20, 2005 at 3:47 am
The sp_OAxx procs are for using/accessing COM objects from within SQL Server. However... don't go there.
xp_cmdshell is essentially a DOS prompt for use from Transact SQL. Whatever you can...
April 20, 2005 at 3:42 am
There is no MAX statement within your subquery, so I assume that's why you get more than one serialno for each day...
/Kenneth
April 20, 2005 at 3:32 am
Are the 'unrelated' procs that throws these errors compiled with the correct settings for ARITHABORT and QUOTED_IDENTIFIER..?
As you say, these settings stick to the proc at compile time, it doesn't matter...
April 20, 2005 at 3:22 am
Whenever a poster omits 'important' details about their problems and purposes with their queries (like 'this is a derived de-normalized table for reporting purposes only drawn from another system'), sidetracks...
April 20, 2005 at 3:10 am
I believe that the best solution to any given problem is to use the correct tool for said problem. There are (as of yet) no single product/system that's suitable for solving every possible...
April 20, 2005 at 1:48 am
I was just kidding anyway
..so.. #10k procs huh..?
..am not going to ask 'why so many'...
..though,...
April 19, 2005 at 4:26 am
Normalization is done to ensure consistency and prevent your data from behaving unexpectedly, and possibly even show you things that doesn't even exist. (yes, it's possible if you're creative enough)...
April 19, 2005 at 2:42 am
Not necessarily (imo)
It might lead you to accept the 80-90% as 'good enough', which it isn't.
Or worse, it might lead you (or someone...
April 19, 2005 at 2:13 am
Ah, okies - tnx
So, that means 500k rows for each month, totalling 6 million rows for a full year. That alone is imo not...
April 19, 2005 at 1:59 am
well.. what the question really was about was how to get the 4 last charachters (that just happened to mean 'year') from a...
April 14, 2005 at 8:36 am
Perhaps it's just me being silly, but... how many are 5 lakh ...?
/Kenneth
April 14, 2005 at 8:21 am
Won't work. As the input 'date' is '1/2005', which isn't a complete date, you can't do any datefunctions on such a string...
/Kenneth
April 14, 2005 at 8:18 am
Chris, I stand corrected. Apparently it isn't quite as bad as I first thought when wrapping the delete in rowcount. There are still TAB X locks taken, but they're pretty...
April 14, 2005 at 7:31 am
Viewing 15 posts - 1,066 through 1,080 (of 1,554 total)