Viewing 15 posts - 1,006 through 1,020 (of 2,647 total)
So Gail, in this scenario we have 1 case that just terminates the statement (divide by zero error) and one that terminates the batch (error converting varchar to int), am...
April 25, 2012 at 7:51 am
GilaMonster (4/25/2012)
SQLKnowItAll (4/25/2012)
S_Kumar_S (4/25/2012)
The sample code is at bottom. I have introduced 2 erros in the proc. Both are level 16 errors. I was expecting that the insert statements after...
April 25, 2012 at 7:44 am
This code with the variable set as 'TST2' is essentially doing this:
SELECT Col5
,Col6
,Col7
FROM table
WHERE Col7 = 'A'
AND Col6 = 'S'
AND Col2 = 0 --kind of, your syntax is wrong
Not to...
April 25, 2012 at 7:31 am
S_Kumar_S (4/25/2012)
The sample code is at bottom. I have introduced 2 erros in the proc. Both are level 16 errors. I was expecting that the insert statements after error generating...
April 25, 2012 at 7:27 am
You say you have indexes, but do you know if they are
1. being used?
2. selective enough for the filter parameter to make a difference?
April 25, 2012 at 7:22 am
vinu512 (4/24/2012)
MAAAAN!!!!...He really knows it all....lol 😀+1 SQLKnowItAll....I agree.
Hehehehe... I certainly don't! Of course, that's what makes it a clever name for my blog. Anyone want to buy it?...
April 25, 2012 at 7:09 am
Not going to have fragmentation when the clustered index is on an identity column after the data has been truncated.
April 24, 2012 at 3:24 pm
They should. That's why I was asking about other non-clustered indexes. You should not have to reindex, but if you have doubs you can simply look at the...
April 24, 2012 at 3:15 pm
How much data? Is the non-clustered index going to change to be on the identity or is it on a column that is not ordered? How is the data loaded?
April 24, 2012 at 3:04 pm
I know this is a 2008 forum, but I thought it worth mentioning that there are now wonderful window functions in 2012 that make this nice and easy.
Variant of what...
April 24, 2012 at 2:36 pm
Sapen (4/24/2012)
Hope all is well.
I have noticed the following error around 5:00AM this morning on our SQL Server staging environment.
A significant part of sql server process memory has been...
April 24, 2012 at 12:44 pm
Geoff A (4/24/2012)
SQLKnowItAll (4/24/2012)
Duran (4/24/2012)
I would like to set up some alerts on my SQL server 2008 machine, and I was wondering if there were any specific ones that...
April 24, 2012 at 10:23 am
GilaMonster (4/24/2012)
SQLKnowItAll (4/24/2012)
GilaMonster (4/24/2012)
All errors of severity 19 and higher and error number 825
I assume that since you said 19 and higher, but then specifically 825 that it is not...
April 24, 2012 at 10:05 am
GilaMonster (4/24/2012)
All errors of severity 19 and higher and error number 825
I assume that since you said 19 and higher, but then specifically 825 that it is not included for...
April 24, 2012 at 9:41 am
Duran (4/24/2012)
I would like to set up some alerts on my SQL server 2008 machine, and I was wondering if there were any specific ones that would be good...
April 24, 2012 at 8:20 am
Viewing 15 posts - 1,006 through 1,020 (of 2,647 total)