Viewing 15 posts - 7,396 through 7,410 (of 18,926 total)
GSquared (1/4/2011)
Just put the column name in there instead of the variable.
Like this (note that my numbers table is called tally)
set nocount on;
declare @Delimiters char(5);
select @Delimiters = ' -(/&';
select
...
January 4, 2011 at 9:52 am
GSquared (1/4/2011)
January 4, 2011 at 9:38 am
kmaida (1/4/2011)
I tried running it with the "alter database" in upper/lower, as well as all lower and still nothing.
Try with something really silly to make sure it actually works on...
January 4, 2011 at 8:31 am
I've never had that error. Make sure you are connected as system admin on the server.
Also I've tried using the default trace to target single_user changes and it seems...
January 4, 2011 at 8:30 am
do you have anything in the sql and windows logs pointing to a possible reason?
Is your server or msdb case sensitive? Maybe you could rerun the query with a...
January 4, 2011 at 8:10 am
It works for me and I'm on 2005 too. Make sure you are in the MSDB databse.
January 4, 2011 at 7:40 am
Hugo Kornelis (1/4/2011)
January 4, 2011 at 6:48 am
Maybe we're going about this the wrong way.
The optimizer is build by some of the smartest minds on the planet. So while it's not perfect I hardly feel better...
December 23, 2010 at 8:40 am
tfifield (12/22/2010)
It is VERY shortsighted of your company to not...
December 22, 2010 at 2:20 pm
LutzM (12/22/2010)
please stop reposting the same stuff over and over again.
You've been asked multiple times to post some additional information and you've been pointed at a link multiple times that...
December 22, 2010 at 6:57 am
Reo (12/22/2010)
sqlchanakya (12/21/2010)
ofcourse, if sql server thinks which ever is best, it will choose.
I do not want to SQL Server to think. I want to force/instruct SQL Server to...
December 22, 2010 at 6:36 am
Thanks for the link.
But the more I think about it, it's the same as the report. Any half decent dba will be able to reverse engineer the cubes from...
December 21, 2010 at 10:42 am
sqlchanakya (12/21/2010)
ofcourse, if sql server thinks which ever is best, it will choose.
Ya, I'm trying to force maxdop 2 on a semi-complex query and the optimizer is just not...
December 21, 2010 at 10:38 am
Luke L (12/21/2010)
Ninja's_RGR'us (12/21/2010)
Make an asp .net report project, compile to dll and only deploy the dll.
As for performance I think...
December 21, 2010 at 10:29 am
Plz don't cross-post.
Plz post answers to this thread :
http://www.sqlservercentral.com/Forums/Topic1037636-148-1.aspx#bm1037793
December 21, 2010 at 10:15 am
Viewing 15 posts - 7,396 through 7,410 (of 18,926 total)