Viewing 15 posts - 1,876 through 1,890 (of 2,496 total)
I used to make available a bunch of scripts from my old place that helped in migrating from SQL 2000 to 2005, one of which scripted tables. As they...
November 29, 2007 at 8:28 am
Both EM and QA do their scripting using calls to a SQL scripting API. My experience is this can be buggy when you try to get everything scripted out...
November 29, 2007 at 3:07 am
alien,
The data that is being stored in SQL Server is the valid result of the UuidCreate() function. They are not junk characters.
In order to generate a globally unique value,...
November 29, 2007 at 2:57 am
When SQL allocates a new extent to a table, it will put as many rows as possible on each data page, up to the limit given in the freespace values....
November 29, 2007 at 2:43 am
You need to check the actual permissions on the folders containing your database files. When SQL 2005 is installed, it will set its own permissions on the folders it...
November 29, 2007 at 2:33 am
I have never had this issue, but please post the solution when you find it.
November 29, 2007 at 2:19 am
I noticed this is in the SQL 2000 forum and the erplies have all used SQL 2005 facilities...
The best way to disable xp_cmdshell in SQL 2000 or SQL 7 is...
November 28, 2007 at 3:00 am
Simple recovery does not truncate the log at every checkpoint. SQL will always, regardless of recovery mode, keep track of the oldest active transaction. The LRSN of the...
November 28, 2007 at 2:47 am
...and where can I find Nigel Rivett's examples?
November 28, 2007 at 2:28 am
You may need to look at the memory available to DTS.
My old shop had a situation where DTS batch jobs sometimes failed for no apparent reason. When...
November 28, 2007 at 2:27 am
You can script all of your packages out of SQL 2000 and script them in to SQL 2005. This forum has examples, or look up Nigel Rivett's examples.
However, any...
November 27, 2007 at 9:43 am
The message actually means 'the input data that relates to destination row xxx caused an error'. You need to work out what is the input data that would cause...
November 27, 2007 at 2:57 am
If you use Intel chips, you may (or may not) get a small performance gain using 2 x 2-core processors over 1 x 4-core processor.
If you are specifying a server...
November 27, 2007 at 2:53 am
After you install the DTS Designer components into SQL 2005 you can maintain your packages in the same way as on SQL 2000. We needed to apply the fix...
November 27, 2007 at 2:47 am
More thoughts on security...
It is very difficult to run SQL 2000 without the service account having Windows local administrator authority. It is easy and recommended to run SQL 2005...
November 27, 2007 at 2:37 am
Viewing 15 posts - 1,876 through 1,890 (of 2,496 total)