Viewing 15 posts - 616 through 630 (of 769 total)
Jeffrey Williams (12/16/2008)
Use tempdb;
If object_id('tempdb..#TestReplace') Is Not Null
Begin;
...
December 17, 2008 at 4:15 pm
BTW I managed a work-a-round which is to use the Left() function to return the X most characters I need. While this works for my scenario it will not...
December 16, 2008 at 10:41 am
Jeffrey Williams (12/16/2008)
December 16, 2008 at 10:35 am
Thanks Jeff, that's what I needed.
December 10, 2008 at 3:07 pm
henrik staun poulsen (12/9/2008)
Yes, that is also a solution, as pointed out on Erlands homepage (see above).
But to my management that was a more scary solution, so it was postponed....
December 9, 2008 at 11:08 am
Thanks to all for replying!
December 8, 2008 at 8:50 am
Perry,
OK then this may sound like a dumb question but after copying the DB (creating a duplicate) when you change the Logcal File Name would you use a different Logical...
December 4, 2008 at 12:11 pm
blandry (11/25/2008)
And yet as we blame the CEOs of the three big American car makers for flying to Washington in corporate jets to...
November 25, 2008 at 2:32 pm
I know some will disagree, especially those use to budgeting a specific way but it's kind of pointless to justify a specific model for budgeting simply because no one model...
November 25, 2008 at 2:08 pm
Steve
I don't know if this is an option/possible for this website but I did see something on a other site recently that provides the awarding of points when a...
November 25, 2008 at 1:41 pm
Lynn Pettis (11/25/2008)
You haven't answered the other question yet, is it possible to capture the data in these tables when SQL Server restarts?
Lynn - I was in the process of...
November 25, 2008 at 1:31 pm
Lynn Pettis (11/25/2008)
Didn't say there was a way to capture that info on shut down, it was an analogy to what you are trying to accomplish. Also, I just...
November 25, 2008 at 1:29 pm
Lynn Pettis (11/25/2008)
Based on your earlier posts, I also assume that the records are fairly narrow, would you say under 128 bytes each?
Definately. This table is as you say...
November 25, 2008 at 1:06 pm
Lynn Pettis (11/25/2008)
November 25, 2008 at 11:21 am
Lynn Pettis (11/25/2008)
November 25, 2008 at 11:19 am
Viewing 15 posts - 616 through 630 (of 769 total)