Viewing 9 posts - 1 through 9 (of 9 total)
Hi Solomon,
Sorry that I had to get to do a lot of other tasks, could get back to this only today. Thank you for the explanation and the suggestions.
I overloaded...
May 26, 2014 at 7:52 am
Regarding the memory issue and SAFE vs UNSAFE, there is not much you can do:
1) The TimeZoneInfo class is known to have memory leaks which is why it has a...
May 9, 2014 at 4:49 am
Thank you again Dwain. I already wrote a function which takes in a string and returns datetime. (returns 1/1/1900, if it's an invalid date format or gibberish.) That solved it....
September 5, 2012 at 6:03 am
Hi Dwain,
My query seemed to work on some server which runs SQL server 2000. When I execute the same on SQL Server 2008, I get the error: Conversion failed when...
September 4, 2012 at 9:15 am
Thank you Dwain, got that. My bad, I should've tried with:
CASE WHERE (BLADIDAA) THEN (TITUMTITUM) ELSE (DIDADIDAA) END
before I posted here.
🙂
September 3, 2012 at 1:32 am
Hey Seth,
Got it! nvarchar(512) takes 1024 bytes because it's unicode. Since my windows paths are always ASCII, I could have declared the column in the table as varchar(512) which takes...
March 31, 2010 at 5:50 am
Dude, that was a mistake in changing the name of the table, before copying the piece of the code and removing company specific info and other parts, not concerned with...
March 31, 2010 at 5:24 am
You can set an xp_cmdshell proxy to make the copy. By default I believe it uses the SQL Server service account. If you haven't set a proxy, and are using...
March 2, 2010 at 7:23 am
Are there actually two users who do this?
If so, the first user when he selects top 10 records, he can create a view let's say "UserView" with these 10 records.
the...
March 2, 2010 at 6:05 am
Viewing 9 posts - 1 through 9 (of 9 total)