Viewing 15 posts - 3,766 through 3,780 (of 14,953 total)
This line is removing spaces from your options:
SET @tempItemList = REPLACE (@tempItemList, ' ', '')
However, rather than fixing that, I recommend replacing the whole function. Here's an article on...
July 18, 2011 at 6:35 am
Jayanth_Kurup (7/18/2011)
If SQL is already compressing the backup then using winzp or winrar doesnt do a great job...
July 18, 2011 at 6:30 am
Whether you care about SQL Agent being up or not depends on what you have it doing, and how important those jobs are to you.
July 14, 2011 at 1:45 pm
How about simply denying them permission to access that database through normal SQL Server security practices. The DDL trigger to log database events will need to have permission to...
July 14, 2011 at 1:42 pm
Brandie Tarvin (7/14/2011)
It was...
July 14, 2011 at 12:13 pm
I didn't answer the part about how much I would pay because again, it is overly simplistic. We don't operate in a vacuum. I need input to determine the correct...
July 14, 2011 at 11:41 am
I have to ask: Why are you worried about a table being dropped? Why is it okay if other tables get dropped?
July 14, 2011 at 10:38 am
Can you post the code for the UDF (dbo.Split)?
July 14, 2011 at 10:37 am
Stefan Krzywicki (7/14/2011)
jcrawf02 (7/14/2011)
July 14, 2011 at 10:24 am
Stefan Krzywicki (7/14/2011)
GSquared (7/14/2011)
Stefan Krzywicki (7/12/2011)
GSquared (7/12/2011)
July 14, 2011 at 10:22 am
Tom.Thomson (7/14/2011)
GSquared (7/12/2011)
July 14, 2011 at 10:04 am
If you need to do it at the database server, a CLR proc/function will do it much more efficiently than T-SQL.
July 14, 2011 at 9:47 am
Stefan Krzywicki (7/12/2011)
GSquared (7/12/2011)
July 14, 2011 at 9:40 am
How are the stats on buffer hits and plan reuse?
July 14, 2011 at 8:06 am
Viewing 15 posts - 3,766 through 3,780 (of 14,953 total)