Viewing 15 posts - 3,421 through 3,435 (of 4,745 total)
looks like one of the third party tape backup tools that take a hot backup of SQL databases by temporarily 'freezing' the files and taking a snapshot of them.
I...
August 24, 2009 at 12:37 pm
jpowers (8/24/2009)
george sibbald (8/24/2009)
August 24, 2009 at 10:54 am
problem I see here is overnight support. What if you need to perform an auditable function whilst on-call to resolve an issue? Two DBAs will need to be contactable. The...
August 24, 2009 at 6:26 am
you could do a logical save of data at the table level by using the bcp utility or an SSIS export.
August 23, 2009 at 5:40 am
if it helps anyone...................
figures I got installing SQL to a drive other than OS drive (E drive in this case). Note the OS drive will always still be used wherever...
August 21, 2009 at 10:54 am
its probably not that simple, would have to run hyperbac in two streams to be sure, The comparisin is adding together the overall run times of the native backups and...
August 21, 2009 at 10:19 am
ok, final results.
I decided the only real test was to back up ALL my databases and see if it went through in the available window, and compare to the native...
August 21, 2009 at 9:53 am
do it through query analyser using sp_droplogin store procedure. that will leave user in the database but the login will be removed so that ID will have no access to...
August 19, 2009 at 12:53 pm
getting back into it after my holiday. Its not a bug, vagaries of my environment mean I don't get the performance others are seeing. No clear cut reason for that...
August 11, 2009 at 8:23 am
no, you only have to add individual members to the groups in AD. You then define the AD group to sql as a login and People then get their access...
August 7, 2009 at 7:00 am
normal practice here would be to create SW domain groups in AD and add these groups to SQL, then add required permissions within SQL to those groups.
then you add invidual...
August 6, 2009 at 9:46 am
In this link http://msdn.microsoft.com/en-us/library/ms190016(SQL.90).aspx
where it says
'Log shipping requires SQL Server Standard Edition, SQL Server Workgroup Edition, or SQL Server Enterprise Edition on all server instances involved in log shipping. '
I...
August 4, 2009 at 1:34 pm
yes
but of course if you are using some enterprise only features on the primary they won't be supported on the secondary, so thats your limiting factor.
August 4, 2009 at 11:50 am
KP (7/30/2009)
I ran exec sp_helpuser 'newUser'I got back UserName as newUser
GroupName as db_owner
LoginName as newUser
DefDBName as MyDB
DefSchemaName as dbo
UserId
SID
Please help.
This looks correct.
You say this id cannot create stored procs...
August 1, 2009 at 4:20 pm
I suggest you use the provided log shipping utilities and just schedule the copy job to run with a slight delay, e.g if the backup job runs on the hour,...
July 28, 2009 at 1:23 pm
Viewing 15 posts - 3,421 through 3,435 (of 4,745 total)