Viewing 15 posts - 826 through 840 (of 1,825 total)
Jeff Moden (6/11/2010)
June 15, 2010 at 1:29 am
SSIS may be a better fit for this, though you can probably set the permission level to 'external' , assuming this is CLR.
June 14, 2010 at 5:13 am
Sounds like it could be recompiling , check with profiler
June 14, 2010 at 3:18 am
Is this even sqlServer ? Decode is not a sqlserver function
June 14, 2010 at 2:25 am
Please post DDL etc as per http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
June 14, 2010 at 1:56 am
Best advice would be to get SQL2008 internals
http://www.amazon.co.uk/Microsoft-SQL-Server-2008-Internals/dp/0735626243
June 14, 2010 at 1:55 am
best guess..
this...
from Players Join Brands on PlayerID
should be
from Players Join Brands on Players.PlayerID = Brands.PlayerId
HTH
June 14, 2010 at 1:54 am
Feeling the SSC love in the forum today 🙂
Maddy , maybe my response to you was a little terse. Im glad to see that you mistaking my sig for an...
May 28, 2010 at 1:54 am
Maddy...! (5/27/2010)
sorry buddy.............. if u r really talented enough jst solve it here itself
No, i wont. It is trivial. Read Books On Line for 30seconds and you will see...
May 27, 2010 at 4:22 am
I find intellisense and its most annoying when putting together test code , ie where im quite happy for a column called 'A','B' or 'ID'. Can never remember to...
May 27, 2010 at 3:58 am
I have to echo Gianluca, this is crazy. What are you expecting and wanting to achieve.
May 27, 2010 at 1:52 am
The next SqlBits hasn't been announced yet, there are number of UserGroups.
See this page http://www.sqlserverfaq.com/%5B/url%5D
May 26, 2010 at 7:40 am
The problem is I don't have so many data. I have just TEST file with 10-20 records.
Then you may as well not do any performance testing , it will have...
May 26, 2010 at 3:54 am
Viewing 15 posts - 826 through 840 (of 1,825 total)