Viewing 15 posts - 16 through 30 (of 47 total)
I'm running this but I'm getting
(0 row(s) affected)
Msg 102, Level 15, State 1, Line 11
Incorrect syntax near ')'.
I'm trying to track it down but it's a little complicated, and it's...
November 26, 2012 at 8:43 am
AAAH.....Sorry I was confused 😛
Updated it to use our Utilities db and modified name to match our naming standards....
It's so big going through it to make sure I understand...
September 21, 2012 at 8:21 am
It says it supports SQL 2005 or greater but we don't have a DBMonitor database. After searching it looks like this is a 3rd party tool from Devart?
Perhaps this...
September 21, 2012 at 8:03 am
Any one have any ideas on what I should do? I'd hate to have to rebuild my machine over this.
February 6, 2012 at 7:52 am
We have run traces, but I'm a self taught developer with virtually no admin training or experience, so I don't really know what I'm looking for. Do you have...
February 2, 2012 at 8:32 am
Can you disable connection pooling just for your instance of the ssms connections? It doesn't seem to be happening when anyone else is connecting to the box.
I've pored over...
February 2, 2012 at 7:52 am
Since the server is SQL Server 2008 and my version of SSMS is SSRS 2008 R2, the SQL Server 2005 fixes do not apply.
February 2, 2012 at 7:45 am
If you want to increase your profienciency I would also suggest using a clipboard manager. I've been using arsClip for more years than I can remember now and it...
September 22, 2011 at 7:50 am
ErrorNumberErrorMessage
1712Online index operations can only be performed in Enterprise edition of SQL Server.
:exclamation: 🙁
August 10, 2011 at 7:50 am
Celko
Some version of this mis-use of SQL gets invented again every few months. It is a slow, dangerous mess. Are you familar with the long parameters list idiom? SQL is...
June 21, 2011 at 12:44 pm
Why bother with the temp table? Why not just imbed the select into your where clause?
SELECT
SO.SalesPersonID, C.FirstName + ' ' + C.LastName AS SalesPerson
, COUNT(*)...
June 21, 2011 at 12:31 pm
We are in the midst of upgrading from SSRS 2005 to SSRS 2008 R2, so I took note when you mentioned shared datasets. It seems like this is just...
June 7, 2011 at 8:19 am
Nice example. One thing I would do to make this even cooler would be to add tags on the input parameters so you could just hit Ctrl-Shift-M to input...
May 5, 2011 at 7:53 am
Yes, I read a large part of it, until I got to the point of "this makes no sense to do this when I would've already accomplished the objective before...
April 8, 2011 at 10:12 am
This is a reinvention of the wheel. There are a number of products that can do file comparisons and would've taken a lot less time to aquire and use...
March 29, 2011 at 9:36 am
Viewing 15 posts - 16 through 30 (of 47 total)