Viewing 15 posts - 7,186 through 7,200 (of 26,490 total)
vigneshlagoons (10/17/2013)
Hi,I am new to SQL and where should I declare that. I have no idea. If possible can you correct my query.
DECLARE @CCSG bit
DECLARE @User ?? -- (??...
October 17, 2013 at 3:53 am
The error message is telling you exactly what you need to do. You need to declare the variable @User before you use it in your query.
October 17, 2013 at 3:45 am
Not sure, but this may just be a metadata change to the column. Looking at the numeric data type since your precision is not changing, the number of bytes used...
October 17, 2013 at 3:05 am
tony28 (10/17/2013)
Lynn Pettis (10/17/2013)
tony28 (10/17/2013)
I forgot for I think important issue, If this function is using for example inside 20procedures, it...
October 17, 2013 at 1:50 am
tony28 (10/17/2013)
1. I have to declare variable
2. alone queries are very...
October 17, 2013 at 1:35 am
shobanapraveen (10/17/2013)
Hi Friends,Can any one help me in calculating past N hrs,past week,past7days,pastNdays,past2weeks,past14days,this month. Date should be compare with today and should automatically calculate the selected date.
Thanks,
Shobana
First, you really should...
October 17, 2013 at 1:28 am
tony28 (10/17/2013)
I forgot for I think important issue, If this function is using for example inside 20procedures, it can causes this...
October 17, 2013 at 1:15 am
born2achieve (10/16/2013)
Hi Gila,no where i can drop the partitioning in production as it is being used now. any other hope please ?
As both Gail and I suggested, look at installing...
October 16, 2013 at 12:44 pm
I was looking at your function and I am sure it can be improved, unfortunately with all the conversions between datetime and character formats and the lack of perspective (we...
October 16, 2013 at 10:33 am
If the reports you are emailing are static, not requiring the ability to query back to SQL Server, then you do not need to additional licenses for the users receiving...
October 16, 2013 at 10:05 am
Since you are using enterprise features in production, you need to have enterprise features available in your test/development environments.
Installing Enterprise Edition in a test/development environment is expensive, however there is...
October 16, 2013 at 8:48 am
rodjkidd (10/15/2013)
Lynn Pettis (10/15/2013)
Hopefully I will be able to attend PASS next year!darn, means I'll have to come to PASS again! Lynn you are also on the "bucket list", 😀
Rodders...
Well,...
October 15, 2013 at 7:06 am
Hopefully I will be able to attend PASS next year!
October 15, 2013 at 6:30 am
Actually, don't worry about it. If you had this problem there are probably more out there with the same problem. If they find this thread they will find...
October 15, 2013 at 3:39 am
Viewing 15 posts - 7,186 through 7,200 (of 26,490 total)