Viewing 15 posts - 1,861 through 1,875 (of 5,103 total)
Just be careful with possible duplicates that can come from "user_role_job"
July 17, 2007 at 3:39 pm
Hehe ... GetNextID again ![]()
Yes it does require careful programing practices.
In other set of things you should also try to keep access to...
July 17, 2007 at 3:23 pm
Check out the "new" 2005 roles on msdb:
SQLAgentOperatorRole
SQLAgentUserRole
SQLAgentReaderRole
Assign the user on the one you need!
Cheers,
July 17, 2007 at 3:13 pm
so you:
1. backed up the log
2. executed DBCC SHRINKFILE ('transaction log logical file name', 10000)
and still does not do it ?
what is the output of:
USE [dbname]
go
DBCC SQLPERF(LOGSPACE)
July 17, 2007 at 11:16 am
Glad I could help!
I did spent *some* time on this and at least it saved you some grief ![]()
July 17, 2007 at 11:13 am
I am not sure what ASPNETDB is but you can definitely call an stored procedure in the DBO schema without being db_owner just make sure that the account (role) used...
July 16, 2007 at 2:42 pm
Ok lets try this:
Show me the output of:
USE CBR_DATA
GO
DBCC SQLPERF(LOGSPACE)
and
DBCC OPENTRAN ( CBR_DATA )
July 16, 2007 at 2:39 pm
you should create "roles" and then add users to roles as appropriate.
July 16, 2007 at 1:24 pm
Are you sure you want that ? ![]()
If the answer is "yes" the just remove the truncateonly part!
DBCC SHRINKDATABASE (CBR_DATA)
July 16, 2007 at 1:22 pm
1. Is the database replicated ?
2. What's the recovery Mode
3. Are there any opened transactions ?
July 16, 2007 at 1:19 pm
If you use sp_repldone you should be aware of the consequeces !!!!
July 16, 2007 at 1:18 pm
That is a 2005 syntax but can use sort_in_temp in SQL Server 2000 !
July 16, 2007 at 1:05 pm
Viewing 15 posts - 1,861 through 1,875 (of 5,103 total)