Viewing 15 posts - 16 through 30 (of 30 total)
Create an SSMS shortcut that relies on the Runas and specify your other account in the runas parameters.
Another option is to create a little powershell script and place it on...
January 4, 2013 at 1:44 pm
From a SQL server standpoint,
SQL server passwords are inherently less secure than Windows authentication; you can use a brute force/dictionary attach to attempt to get SQL server access. Windows Authentication...
January 4, 2013 at 12:41 pm
Here are the numbers after today's 12:00pm transaction log backup. Missed the pre-backup numbers.
VLFs or dbcc loginfo(yourdb) returns 288 rows.
dbcc sqlperf(logspace) returns Log Size of 1588 MB (or the 1.5GB...
December 31, 2012 at 12:59 pm
Thank you for the quick response.
I read the article and it says "If (once the log backups have been setup and scheduled based on the database's RPO) the log is...
December 31, 2012 at 10:40 am
I think it's okay ... search engines promises someone to stumble on this thread and they will have a fix to their issue. I'm just browsing hoping to gain more...
December 18, 2012 at 1:54 pm
Welsh Corgi (12/14/2012)
This is not a bug.The User has been denied the CREATE VIEW Permission.
Try revoking the deny permission.
REVOKE CREATE VIEW TO [UserName]
I have issued the following
USE [dbname]
GO
REVOKE CREATE VIEW...
December 18, 2012 at 1:45 pm
anthony.green (12/18/2012)
Have you set up the correct SPN's
That could be it. Not sure what is SPN ... but from the looks of this http://technet.microsoft.com/en-us/library/bb735885.aspx
this may very well be...
December 18, 2012 at 1:39 pm
It's an existing LinkedServer. When I right click, Script to New Query Editor Window, I get the following: ***server name changed for obvious reasons ***
/****** Object: LinkedServer [ABC] ...
December 18, 2012 at 1:33 pm
Welsh Corgi (12/13/2012)
What is the specific Error Message?
CREATE VIEWS permission denied in database 'DBNAME'.
Edit:
I actually found http://social.msdn.microsoft.com/forums/en-US/sqlsecurity/thread/bfd630bc-e405-4f9d-b63f-f673b3f4ccf5/
that has the same issue. They are saying it was a...
December 14, 2012 at 8:40 am
I clicked on the database name, Security tree, Users, right click his Username, Properties, Securables on SSMS2008. There is nothing on the Permissions: Explicit.
When I run
USE [dbname]
GO
EXEC sp_helpprotect...
December 14, 2012 at 8:35 am
There is no explicit permissions granted / deny on that username.
December 13, 2012 at 1:00 pm
GSquared (12/13/2012)
The green icons mean SSMS can tell that the SQL Server service is running. White means it doesn't have access to that data, so it's not sure.
Great. So...
December 13, 2012 at 10:42 am
Sorry for being missing for so long; have been busy at work. Happy to report I passed 70-432.
codebyo (7/19/2012)
December 13, 2012 at 8:25 am
What do you mean by "new certs have to be renewed"? How do you renew it? Have to sit for another exam?
July 19, 2012 at 8:44 pm
Thank you so much for all the opinions and insights.
I am primarily Oracle DBA (at my current job); and certified at both 10g and 11g. However, we do have a...
July 16, 2012 at 5:12 pm
Viewing 15 posts - 16 through 30 (of 30 total)