Viewing 15 posts - 661 through 675 (of 1,166 total)
I don't think you can compress text data while copying using sql server native functions/tools...
Defintely there are third party tools out there but I don't remember at this time...
January 7, 2007 at 11:00 pm
Did you add the precidence between three tasks?
January 7, 2007 at 10:49 pm
How to import XML into SQL Server with the XML Bulk Load component
http://support.microsoft.com/kb/316005
January 7, 2007 at 10:46 pm
Check the following thread... it may resolve your issue too...
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=255347&SiteID=1
January 7, 2007 at 10:44 pm
I think your sql server is using windows authentication only...
I think you need to change to mixed authentication..
Windows Authentication mode is the default security mode after a typical installation of...
January 7, 2007 at 10:33 pm
Are you sure you will be getting the right data... because you were looking to send the data from deleted table where as if you use customername .. may be...
January 7, 2007 at 10:29 pm
Are you migrating sql 2000 to 2000? or 2000 to 2005?
After restoring all user database or after attaching all user databases migrate the login using the script from the following...
January 7, 2007 at 10:22 pm
Insert into temp table and the use temp table in send mail...
January 6, 2007 at 10:53 pm
you may query the data from the table which as corruption...it is hard find anything...
Some times you know the table/index has corruption but you can query the data....you get the...
January 6, 2007 at 4:27 pm
Right click dts packages/new packages...
create a connection to excel file...and SQL server where you want to dump the data from excel...
Make three transformations
excel-sheet1------SQL.TABLE1
excel-sheet2------SQL.TABLE1
excel-sheet3------SQL.TABLE1
January 6, 2007 at 4:23 pm
Use the "-SkipErrors" parameter in Distribution Agent cautiously
http://support.microsoft.com/kb/327817
January 6, 2007 at 2:35 am
Another solution for this will be cleanup table in MSDB.
January 6, 2007 at 2:30 am
When you enable a table to paricipate in replication, the replinfo column in sysobjects is set to a non-zero number. When you attempt to drop a table, SQL Server first...
January 6, 2007 at 2:28 am
In backup or restore you can't do this...
You can restore same as production with 50 gb file then...create new filegroups in the restored database and move the tables to new filegroups...
January 6, 2007 at 2:21 am
When you run the DBCC CHECKDB or DBCC CHECKTABLE, you will the output if there is any corruption...
January 6, 2007 at 2:16 am
Viewing 15 posts - 661 through 675 (of 1,166 total)