Viewing 15 posts - 106 through 120 (of 350 total)
Create Roles with specific group names and assign schema, tables, views, store procs to those roles as needed access to.
August 10, 2012 at 5:34 pm
--#### LOGINS,USERS,ROLES (LUR) SCRIPT ####
--#### SCRIPT TESTED IN SQL SERVER 2000,2005,2008 AND 2008R2####
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
-- CREATING A TEMP TABLE TO LOAD WITH DATABASE ROLES
CREATE TABLE [TEMPDB].[DBO].[DB_ROLES](...
August 8, 2012 at 4:40 pm
That is an excellent post !
Could you attach a sample resume to the article as you described?
Thanks
July 19, 2012 at 5:33 pm
Ther must be an open transaction that is filling your log, DBCC opentran.
July 12, 2012 at 2:56 pm
Sorry, Verified corruption on Litespeed Backups
But learned new thing that Lite speed backups will be shown as corrup[ted when checked with verify native backup.
April 2, 2012 at 4:50 pm
If you dint fix your error.
Still you can get the activity monitor info
check this: Activity Monitor Script- Head Blocker[/url]
Works like charm !
February 7, 2012 at 3:08 pm
Give the User
alter trace permissions
LOG
Logs the error in the error log and the application log for the instance of the Microsoft SQL Server Database Engine. Errors logged...
February 1, 2012 at 1:27 pm
You give this script to them to execute and get the detailed infio they required
December 8, 2011 at 11:34 am
sql_novice_2007 (9/29/2011)
In fact I ran into space issue. Thats why I wanted to...
September 29, 2011 at 12:56 pm
sql_novice_2007 (9/29/2011)
When I click the properties of the database I see only 100MB free out of 3.2 GB.Still Can shrink the mdf file?
Thanks.
Try executing to find and verify you...
September 29, 2011 at 10:39 am
Shrink it to release the unused space........
September 29, 2011 at 10:27 am
As views are not physical tables as they are just the query result sets from multiple tables they don't let you to make relationships.
Try making that view to indexed view...
September 29, 2011 at 10:08 am
Is you are the db owner ? or Sys admin ?
Another work aroundis here
1.
If you have to delete mdf and ldf , in first it has to...
September 29, 2011 at 9:56 am
Status of SPID,
Suspended- Waiting on some resources or thread or on another query to complete.
Use this query to find what it is waiting on along with wait_type.[/url]
September 29, 2011 at 9:49 am
Viewing 15 posts - 106 through 120 (of 350 total)