Viewing 15 posts - 2,386 through 2,400 (of 3,738 total)
RamSteve (8/22/2011)
I still Getting the error in expression for destination database files ... can some one shade some light on expression as i need to make the path for...
August 22, 2011 at 3:05 pm
You could use the following,
August 22, 2011 at 1:04 am
The only way that I know how is to uninstall PowerShell from each client PC.
August 21, 2011 at 11:52 pm
gmamata7 (8/21/2011)
Thanks,which one is recommended for Production instance?
because I believe sp_MSforeachDB is an undocumented procedure.
Just because it is undocumented does not mean that you should not use it.
If you feel...
August 21, 2011 at 11:09 pm
Are you using plain T-SQL or Stored Procedures?
Do you have performance issues executing the SQL Code from SSMS? If not it is a SSRS issue.
August 21, 2011 at 10:29 pm
You can perform a cursor or a loop or you can do the following:
exec sp_MSforeachDB 'DBCC CHECKDB (?) WITH ALL_ERRORMSGS, EXTENDED_LOGICAL_CHECKS, DATA_PURITY'
August 21, 2011 at 10:21 pm
You will have to create the XML Configuration File before you can edit it.
August 21, 2011 at 10:17 pm
It will not run properly because you can't have a snapshot of tempdb.
It is not necessary for it is temporary and it gets recreated each time you restart the server.
August 21, 2011 at 10:13 pm
I thought that you might take the backup and apply to the destination backup.
If your using the Database Transfer Task you will need a variable for the Source and the...
August 21, 2011 at 10:04 pm
Before you dynamically set the flat file you need a script task to identify the correct Data and Log File using VB.NET or C#, etc and set the variable to...
August 21, 2011 at 5:58 pm
There error with the upgrade is interesting.
Can you provide more information?
August 21, 2011 at 4:51 pm
RamSteve (8/18/2011)
I am planning to move a database from one instance to multiple instances using the SSIS ,So i would like to take care of the Security(Extract the security...
August 21, 2011 at 4:36 pm
The Data File and Log File should be separate variables.
August 21, 2011 at 4:32 pm
What error do you get? What statement bombs out?
If it works from SQL Server then it is an issue with the code within your GUI, .NET, etc.
August 21, 2011 at 4:27 pm
Please start with the following article and go from there.
August 21, 2011 at 4:21 pm
Viewing 15 posts - 2,386 through 2,400 (of 3,738 total)