Viewing 15 posts - 121 through 135 (of 135 total)
GRANT VIEW SERVER STATE TO username
Or through SSMS:
Under security > logins for the server, right click on the SQL Login and select properties.
Select the Securables page.
Click Add... and select the...
January 21, 2010 at 3:18 pm
I think you're going to just have to stop the log readers or synchronizing and move forward with the cleanup steps without checking the MSdistribution_status
January 21, 2010 at 2:46 pm
C3C1L (1/21/2010)
January 21, 2010 at 2:44 pm
ichbinraj (1/21/2010)
HI .. I am running SELECT * FROM distribution.dbo.MSdistribution_statusquery it’s still running ..
Is it being blocked? If so, can you tell which process it is?
Stopping Agent in Production...
January 21, 2010 at 2:23 pm
Is it deadlocking with the distribution agent? Try running this and see how many undelivered commands there are compared to delivered.
SELECT * FROM distribution.dbo.MSdistribution_status
It might end up being faster to...
January 21, 2010 at 12:09 pm
Create a new publication on server A specifically for subscriber server C that only includes those tables.
January 21, 2010 at 11:21 am
Yeah, tosscrosby-60625 is right, it's like a small guitar. There's a few different sizes that can be tuned in various ways and even different shapes including a banjo-style body. And...
January 21, 2010 at 11:05 am
SSMS right click on database--> Properties
This value reflects both the size of your data file(s) and the size of the log file(s)
You can see the breakdown between the two using...
January 20, 2010 at 10:45 pm
There is no SAC tool in 2k8.
Instead, open your 2008 Management Studio.
In Object Explorer, right click on the server name > select facets
In the window that opens up, select Surface...
January 20, 2010 at 6:57 pm
I play guitar and ukulele, but I wouldn't say I'm a musician.
I did have some small success in remixing songs for night clubs, does that count?
January 20, 2010 at 6:42 pm
In our environment I ended up writing a CLR Proc to workaround the fact that xp_fixeddrives does not properly display space information for mounted volumes. Now we have something like...
January 20, 2010 at 6:03 pm
Did you set up the SQL Agent settings?
Right click on SQL Agent > Properties > Alert System
Check Enable Mail Profile
Select Database Mail from the Mail System dropdown
Select the profile you...
January 20, 2010 at 5:35 pm
SSCrazy has the right idea. A domain level account set up specifically for running the jobs. SA is overly privileged and we've had a number of problems in the past...
January 15, 2010 at 6:49 pm
Check for a database trigger. The table ddl_log is generally created along with a database trigger in order to log database level changes. Yours is probably missing though the trigger...
January 15, 2010 at 6:36 pm
Viewing 15 posts - 121 through 135 (of 135 total)