Viewing 15 posts - 151 through 165 (of 271 total)
Jeff Moden (11/22/2009)
November 23, 2009 at 1:03 am
Hi,
Sorry, i didnt explain myself very well did I.
All I'm trying to do is take a number and round it correctly.
For example 7.0449 should be returned as 7.05...
November 22, 2009 at 6:52 am
Dave Ballantyne (11/18/2009)
Be catching the train in about an hour, 3 days of sql nerdness , here i come 🙂
ha! I'm on there on the Friday sadly, so only...
November 18, 2009 at 8:36 am
I'll get back to you on that one. 😛
November 18, 2009 at 4:57 am
Hi all,
Got this working, the db collation remains in the default as does the column but it is created as an NVARCHAR, the data is stored, turns out that i'd...
October 29, 2009 at 6:44 am
One thing I have noticed is that if I create a new db with a collation of Polish CI AS and then create the column in a table (same collation)...
October 29, 2009 at 6:17 am
Ignacio A. Salom Rangel (10/22/2009)
did you find out what was causing the error?
Hi,
Sorry for not getting back to you sooner. I dont know how much help I can be...
October 23, 2009 at 1:08 am
Richard Fryar (9/25/2009)
I am the guilty author of that article (written about a year ago) and have no idea why I wrote that.
I will correct the mistake...
September 25, 2009 at 10:09 am
Lowell (9/25/2009)
-- a not "real" SQl backup: send the DDL and the data to a text file via BCP,...
September 25, 2009 at 7:36 am
Hi,
I dont beleive there is a way to backup only a table directly within management studio however you have three options;
1. Backup the whole db to a disk on another...
September 25, 2009 at 7:35 am
infact scrub that.
I've managed to monitor the created objects on the tempdb and pull back some object id's.
Hopefully this will give me a little something to go on.
Thanks again.
September 22, 2009 at 2:44 am
Thanks for the response.
I'm not sure if that will pick them up, for example I imagine that my issue is a large number of inline and small procedures using temp...
September 22, 2009 at 2:37 am
Hi all,
Well having rebuilt the index yesterday the index is back at is 99% fragmentaion.
The trace I had running didnt pick anything of interest up, although I may broaden it...
September 9, 2009 at 5:27 am
GilaMonster (9/8/2009)
Might be worth putting a trace in place, from the time you know the table is 0% fragmentation to when it's really high. See exactly what's happening to it.
Good...
September 8, 2009 at 8:40 am
Viewing 15 posts - 151 through 165 (of 271 total)