Viewing 15 posts - 3,196 through 3,210 (of 18,926 total)
When a programmer tells you somthing is good always dig deeper to see WHY.
If it's faster for him to program in chances are good that something is generating code with...
August 19, 2011 at 9:37 am
GilaMonster (8/19/2011)
Ninja's_RGR'us (8/19/2011)
(they're doing there immersion class.... I just hope she can read this DURING & in front of <the> class :-D)
Class finished yesterday. This is a 4-day one,...
August 19, 2011 at 9:31 am
You're <all> welcomed. But I think it would have been a real travestie, and unthinkable to not have gone through with this.
It's not like this is giving out a...
August 19, 2011 at 8:56 am
Sorry but I just had to do this :
This is a message I sent to Kimberly Tripp (Paul Randal's wife)
Subject : When Paul's not enough
You call in the best!
Seriously,...
August 19, 2011 at 8:35 am
ALZDBA (8/19/2011)
That's the main reason why I +1-ed on both items.
Thanks.
August 19, 2011 at 8:34 am
WayneS (8/19/2011)
Ninja's_RGR'us (8/19/2011)
August 19, 2011 at 8:17 am
WayneS (8/19/2011)
Ninja's_RGR'us (8/19/2011)
August 19, 2011 at 8:08 am
skrilla99 (8/19/2011)
...Ninja's_RGR'us Please post your results with the version(s) you tested on.
TIA.
2005 SP4 x86 - Same issue
http://www.sqlservercentral.com/Forums/FindPost1162490.aspx
-Dan B
Thanks again, that was the last big elephant in the room. ;-).
So latest...
August 19, 2011 at 8:05 am
For those who followed. Paul and I have each posted a connect item for a nasty issue with rollback (corrupts your db). It seems to take a rather...
August 19, 2011 at 7:45 am
ChrisM@Work (8/19/2011)
Ninja's_RGR'us (8/19/2011)
Quite easy with a calendar table.Select top 1 * FROM dbo.Calendar WHERE Y = 2011 AND DW = <whatever fits your setting> ORDER BY dt.
Just as easy without....
August 19, 2011 at 7:12 am
Check the sql err logs for the exact error and post it here.
As Gail says, it's often because the log file is gone. Best thing is to put it...
August 19, 2011 at 7:10 am
You can also use a similar technic. This inserts the results in a temp table so the "empty" datasets are ignored.
SET STATISTICS IO, TIME OFF
SET NOCOUNT ON
SET IMPLICIT_TRANSACTIONS ON
GO
USE...
August 19, 2011 at 7:07 am
So basically search all tables / columns for @x.
You can search this site in the script section. This has been done many times over. I just don't have...
August 19, 2011 at 7:06 am
Viewing 15 posts - 3,196 through 3,210 (of 18,926 total)