Viewing 15 posts - 76 through 90 (of 107 total)
Hi
What I usually do if I'm not sure how to do something in QA is to do what I want to do in EM in a test database and record...
December 12, 2003 at 1:36 am
Yes, I believe that if you import a text file into Excel, it samples the first x rows to make a best guess at the data type. In your case...
December 10, 2003 at 2:23 am
what version of SQL Server are you using?
Right-click server and select properties
December 9, 2003 at 2:33 am
Again, depending on how much time (and disk space), you could bcp the data out in native format, drop the table, recreate the table, reload the data and rebuild the...
December 4, 2003 at 2:01 am
Couldn't you script them out and find and replace in QA?
November 28, 2003 at 2:08 am
Are your indexes badly fragmented? If so, you could try rebuilding them. This should save you some space.
November 21, 2003 at 1:19 am
How do you break the query down into compile time and execution time?
November 4, 2003 at 2:34 am
Thanks Andy
I was being lazy really, didn't fancy reinventing the wheel if anybody else had already got a script! I think sp_help_job will also help me.
November 4, 2003 at 2:24 am
and you can also say how you want your columns delimited (,|tab etc)
October 10, 2003 at 1:18 am
What are the criteria SQL Server uses when deciding to auto update statistics? And, what sample does it use - presumable not 100%?
Andy
July 25, 2003 at 7:38 am
Do you have any database maintenance plans set up that check database integrity? I can't remember the exact details, but there may be a problem here where this plan puts...
July 25, 2003 at 3:13 am
mccork
Thanks very much for this, its solved my problem.
Andy
July 22, 2003 at 4:07 am
The database is in SIMPLE recovery mode, so the TL shouldn't grow too much
July 18, 2003 at 2:02 am
Thanks for the useful input so far.
Table is currently 980,229,298 rows and approaching 250GB in size (data & indexes).
I tried DBCC INDEXDEFRAG abandoned after 20 hours. DBCC DBREINDEX ran out...
July 17, 2003 at 2:23 am
Frank
The indexes were dropped via QA. The PK constraint was dropped via EM.
Thanks
Andy
July 15, 2003 at 4:14 am
Viewing 15 posts - 76 through 90 (of 107 total)