Viewing 15 posts - 211 through 225 (of 288 total)
SQLRNNR (1/7/2013)
January 7, 2013 at 12:21 pm
Some years back I was at a company, and we had one employee who would not lock his workstation.. 70%+ of the time. Also thanks to his personal connections, he...
January 4, 2013 at 11:33 am
Thanks for the help, Lowell and Jeff, I will do that... it was pain the other way. Thanks for helping folks like me... and Merry Christmas! 😛
December 21, 2012 at 7:51 am
The remote is set to 600 seconds. So this looks like the problem. Thanks.
November 29, 2012 at 8:15 am
Ok.. but how do you put that select logic into a delete statement?
November 15, 2012 at 8:17 am
True, just a personal quirk. I find that when I am trying to think through something... I tend to code the thought process. Thus the outer join filtering where not...
November 14, 2012 at 12:59 pm
Hmm thought it would do a line by line check.. turns out that my thought process was off anyway. Given that we have data here that is not in SAP,...
November 14, 2012 at 12:25 pm
Thanks Sean, I use the numeric data type so seldom I often forget about it. (I tend to use float or one of the int)
November 5, 2012 at 10:11 am
Oh, and I am also using @@rowcount to show the number of records. After this things will get a bit interesting.. since I will have to capture things that would...
November 5, 2012 at 10:08 am
It is datetime..
declare @startdate datetime
and I am using getdate() to load into @startdate,...
November 5, 2012 at 10:03 am
There is a third party that handles these databases.. my history with cubes is in PICK, not SQL Server. Can you tell from the create statement if it realy is...
November 1, 2012 at 7:12 am
Thanks... being a counter since reboot.. the term /sec is worthless then. Thanks for the help and the work around!
October 25, 2012 at 1:04 pm
ThomasRushton (9/19/2012)
Note that there's a "feature" in the SQL2005 RTM version of that xp too - it won't traverse subdirectories, as...
September 20, 2012 at 6:41 am
Viewing 15 posts - 211 through 225 (of 288 total)