Viewing 15 posts - 811 through 825 (of 1,155 total)
Are you able to connect to SQL Server from a remote machine?
If so please check the memory consumption by the SQL Server as Adi Mentioned and try to limit the...
September 27, 2010 at 11:23 am
Install the 64-Bit Oracle client.
Thank You,
Best Regards,
SQLBuddy
September 27, 2010 at 11:14 am
What's the unexpected error ..? Please elaborate...
Thank You,
Best Regards,
SQLBuddy
September 24, 2010 at 2:59 pm
1. Try to create an appropriate index so that the Report Stored Proc doesn't nun for 45 mins and thereby reducing the blocing time
2. OR Try to use read...
September 24, 2010 at 2:12 pm
George is Right. Please check if the file is getting corrupted during the transfer over the network.
...
September 24, 2010 at 1:34 pm
1. Select a Dataflow Task
2. Double Click on it and then add OLEDB Source and OLEDB destination.
3. Put a Data Conversion Task in between OLEDB Source and OLEDB...
September 24, 2010 at 12:40 pm
For converting into the unicode, you can use a data conversion transformation between the OLEDB Source and OLEDB destination and the in that data conversion transformation change the destination type...
September 23, 2010 at 2:21 pm
Hi Guys
Thanks for the shaking the myth.
Sorry for...
September 21, 2010 at 4:53 pm
Or you can use the folowing
USE DB_NAME
GO
EXEC sp_change_users_login 'Report';
-- sp_change_users_login 'auto_fix','user_name'
sp_change_users_login 'update_one','user_name','Login_name'
...
September 21, 2010 at 12:58 pm
Deprecated in SQL 2005, replaced by SSIS, should not be used for new development, will be removed in a future version of SQL Server.
________________________________________
Gail Shaw
We walk in the dark...
September 20, 2010 at 5:11 pm
Also... DTS
Thanks,
SQLBuddy
September 20, 2010 at 3:48 pm
Hi George,
I am ready. Please go ahead!
...
September 20, 2010 at 3:34 pm
I mean to say that it can't even if we enable the AWE.
AWE is not required on 64-bit machine. So don't in this case too.
...
September 20, 2010 at 1:45 pm
SQL Server 32 bit can't use more than 4GB of memory. Please use AWE setting for the 32-bit SQL Server and Lock Pages in Memory setting if it is a...
September 20, 2010 at 1:09 pm
Viewing 15 posts - 811 through 825 (of 1,155 total)