Viewing 15 posts - 1,471 through 1,485 (of 2,636 total)
It couldn't hurt to submit it to Microsoft. They're always saying they want feedback.
In the meantime, maybe you could lock users down with more granular permissions than making them members...
June 19, 2007 at 12:52 pm
Terrell,
If the packages were moved to SQL 2005 successfully, you can see them in SQL Server Management Studio by expanding Management, Legacy, Data Transformation Services.
Greg
June 19, 2007 at 10:26 am
Brandie,
I've recently been researching this myself and I've decided that BOL is misleading when it lists create role, alter role, and drop role as events that can be used with...
June 19, 2007 at 10:21 am
What that blog entry says is that you can't actually recover to a point-in-time from a full backup only. The purpose of using STOPAT with RECOVER DATABASE is to see if...
June 18, 2007 at 9:31 am
Ben,
Log Explorer, in my opinion, is worth the money in these cases but you can get a rudimentary look into the T-log with DBCC LOG.
Syntax:
DBCC log ({dbid|dbname}, [, type={-1|0|1|2|3|4}])
June 11, 2007 at 3:16 pm
Your first attempt probably didn't work because the backup was for a database with a different name than the one you want to overwrite. "WITH REPLACE" only works for overwriting...
June 11, 2007 at 10:13 am
You mean the inserts? They were committed before I made the backup. I wasn't able to restore to a point in time from the full backup.
Greg
June 11, 2007 at 9:43 am
Karl,
sp_SearchText is a homegrown stored procedure that Ben uses to search for strings in stored procedures. It basically the same thing that Aaron's code does. Here's another way to do...
June 11, 2007 at 9:26 am
Gunter,
Are the users members of a group that has higher level permissions or is Public a member of a database role with higer level permissions? You wouldn't see the permissions for the individuals...
June 11, 2007 at 9:17 am
Hi,
I tried that and could not restore successfully. I inserted at 9:58 and again at 10:02. I did a full backup at 10:03 and when I tried to restore to...
June 8, 2007 at 11:09 am
Cross post. See my reply in the DTS forum: http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=19&messageid=372394
Greg
June 8, 2007 at 10:43 am
W R,
Look at the package log for better error descriptions. If you haven't enabled logging in the package, open the package in DTS Designer, select 'Package Properties', the Logging tab,...
June 8, 2007 at 10:38 am
So, do they need db_datawriter when using the client-server app because it doesn't use stored procedures for everything it does? If so, maybe you could use a SQL Server login...
June 7, 2007 at 3:00 pm
William,
That's weird. Like everyone else in this thread, except you, the Import/Export Wizard that I see in SSMS has no option for copying objects. I only see options for copying...
June 7, 2007 at 10:00 am
Jeff,
Sorry if my answer wasn't clear. I wasn't trying to imply that restoring a differential backup prevents point-in-time recovery, only that log backups are also needed.
Deepak,
Point-in-time recovery in SQL 2005...
June 7, 2007 at 9:43 am
Viewing 15 posts - 1,471 through 1,485 (of 2,636 total)