Viewing 15 posts - 226 through 240 (of 549 total)
I know you can set RETRY count (and interval?) for SQL Job
but I don't think it makes sense logically to fix it and pretend it did run in the past...
December 4, 2008 at 8:48 am
Do you mean YOU as "currently"? or always use your windows authentication even if the linked server is executed by other SP's or users?
For 2000, Books Online
http://msdn.microsoft.com/en-us/library/aa213778(SQL.80).aspx
Books Online 2005/2008
http://msdn.microsoft.com/en-us/library/ms188477.aspx
Linked...
December 4, 2008 at 8:44 am
+1 for Re-read my replies 😀
Yesterday on a SQL Server
We changed the SQL Server Service account from "Local System" to "DOMAIN\user" (and restart SQL Server after) that has access to...
December 4, 2008 at 8:41 am
checkai (12/4/2008)
December 4, 2008 at 8:38 am
I always use the Generate Script technique, it includes the schedules as well
some notes
- you may need to create Categories if you have some custom ones
- you may need to...
December 4, 2008 at 8:36 am
Just to add, I did this trying to use for 70-431 exam
Downloaded the AdventureDB.msi (28MB) from CodePlex
ran the install, specificy a location, and it simply creates/extracts the MDF and LDF...
December 4, 2008 at 8:33 am
23 hours seemed excessive for 147GB
You should try backing up to LOCAL drive first (if space allows), do a Verify Backup as well
then use some copy utilities (RoboCoyp, TotalCopy, TeraCopy)...
December 4, 2008 at 8:28 am
Permissions of Fixed Database Roles
http://msdn.microsoft.com/en-us/library/ms189612(SQL.90).aspx
http://sqlserver-qa.net/blogs/perftune/archive/2007/09/10/1960.aspx
As usual if that login needs the execute permission you have to "grant execute" permission on sp(s) you want login to execute, also ensure that user...
December 4, 2008 at 8:19 am
You could utilize the sp_MSForEachDB if you don't want cursor
but same idea.
sp_MSForEachDB 'ALTER TABLE ? ADD ColumnName ColumnType'
As for second question, it does sound dangerous
but my thinking is cursor for...
December 4, 2008 at 8:13 am
I am confused by the RAID 10 and RAID 10 part
We're getting two big SQL boxes - Windows 2008 Enterprise 64-bit, SQL Server 2008 Enterprise. The machine has 4...
December 4, 2008 at 8:09 am
A workaround is to create a Windows Local User Group on the server
add the domain users/groups into it, then add the Local User Group to SQL Server
If that works, at...
December 3, 2008 at 11:47 am
GSquared (12/3/2008)
December 3, 2008 at 11:45 am
Gaby Abed (12/3/2008)
atulkumar2 (12/2/2008)
The best you can achive by using the third party tool. Some of them are as LiteSpeed by Quest Software and SQLBackup by Radegate.
I am not...
December 3, 2008 at 11:43 am
For Restore
- there is no object level recovery in SQL natively (3rd party tools yes)
- restore as a new DB, and copy the tables manually
As for data differences, you have...
December 3, 2008 at 11:42 am
I have downloaded it gonna give it a try
It looks........... complicated 😛 but powerful
December 3, 2008 at 11:39 am
Viewing 15 posts - 226 through 240 (of 549 total)