Viewing 15 posts - 4,651 through 4,665 (of 7,168 total)
Have you tried using NOTRUNCATE to move all pages towards the beginning of the file?
Try this:
DBCC SHRINKDATABASE(database_name, NOTRUNCATE);
Then try shrinking the data file again.
April 2, 2012 at 1:54 pm
Unable to connect to the target server.
That message sounds to me like the SMS portal is down. I would start with whoever maintains http://122.22.12.12/smsportal/sendsms.aspx.
April 2, 2012 at 1:02 pm
Why the Execute SQL Task? That will not help you efficiently load files from SSIS. Did you mean Data Flow Task?
April 2, 2012 at 12:32 pm
Process all records how? Out to a flat file? Into another database? Please provide more detail about what you're trying to do. Also, posting your table definitions may help us...
April 2, 2012 at 12:29 pm
You may not need to rig something like that up. What event are you waiting to see happen before your Script Tasks do work? Are you by chance polling for...
April 2, 2012 at 12:27 pm
April 2, 2012 at 9:41 am
DB_Newbie2007 (4/2/2012)
April 2, 2012 at 8:44 am
Thanks for brightening this Monday morning GSquared 🙂
April 2, 2012 at 8:37 am
From the SQL Server 2005 documentation for sp_change_users_login
sp_change_users_login (Transact-SQL)
sp_change_users_login cannot be used with a SQL Server login created from a Windows principal or with a user created by using...
April 2, 2012 at 12:54 am
OK, tables, yes, I was aware that you could select more than one table in the wizard but the OP was asking about flat files.
April 2, 2012 at 12:34 am
Koen Verbeeck (4/1/2012)
Or the import/export wizard was used.
I did not know you could use the I/E Wizard to create more than one Data Flow task in a single package.
April 2, 2012 at 12:29 am
Jeff Moden (3/31/2012)
opc.three (3/31/2012)
Jeff Moden (3/30/2012)
opc.three (3/30/2012)
It will actually do it properly, provided the commit size is 1
It's been a while but, IIRC, if you set MAXDOP to 1 and...
March 31, 2012 at 8:49 am
PS I do not use BULK INSERT, but I am not finding any articles claiming MAXDOP 1 will have the desired effect. I am reading that TABLOCK may be part...
March 31, 2012 at 6:21 am
Jeff Moden (3/30/2012)
opc.three (3/30/2012)
It will actually do it properly, provided the commit size is 1
It's been a while but, IIRC, if you set MAXDOP to 1 and you have no...
March 31, 2012 at 5:28 am
Viewing 15 posts - 4,651 through 4,665 (of 7,168 total)