Viewing 15 posts - 5,221 through 5,235 (of 6,395 total)
what is the error message and error details?
eg
error 18456, serverity 14, state 11
failed to login due to a problem
April 30, 2012 at 6:01 am
capn.hector (4/27/2012)
SQLRNNR (4/27/2012)
EL Jerry (4/27/2012)
Lynn Pettis (4/26/2012)
Freedom!Wallace?
Gromit
tie down
kangaroo
April 30, 2012 at 5:54 am
you granting them as an administrator on the server for RDP access? if so you are also giving them SA access as BULTIN\Administrators in SQL 2005 is a system...
April 30, 2012 at 5:43 am
yes SQLCMD does allow Windows Authentication, are you using the -E switch to force a trusted connection?
can you login to the server using SSMS to the same server ok?
April 30, 2012 at 5:18 am
Qutip (4/30/2012)
The multi-part identifier "BFlights.TransactionID" could not be bound.
I'm getting the above error on the...
April 30, 2012 at 5:12 am
it seems that this is one of the things in 2005 you cannot create a DDL trigger for.
take a look at this topic, it details using extended events and service...
April 30, 2012 at 5:10 am
as long as you are restoring the backup to a server where litespeed is installed then yes, other wise you will need to use the extractor tool then use the...
April 30, 2012 at 4:26 am
if you dont want people to see things your going to have to start changing the security settings on the objects instead of just hiding the things you dont want...
April 30, 2012 at 3:04 am
no that is correct, you can only hide objects in tile view
April 30, 2012 at 2:59 am
dont know if you could do something fancy in dns, where if they go to
http://servername/reports it forces them to http://servername/reports/pages/folder.aspx?ViewMode=Detail
otherwise you could use something like group policy to push...
April 30, 2012 at 2:54 am
following on from this, we had our quarterly maintenance window this weekend and made this change.
so far so good, no deadlocks have been reported so far.
April 30, 2012 at 2:49 am
On Saturday we had planned DB maintenance where we failed over all of our instances to their corresponding correct primary node. In doing so all of the web/windows services...
April 30, 2012 at 2:13 am
CREATE TRIGGER NameOfTrigger ON ALL SERVER
FOR ADD_SERVER_ROLE_MEMBER
AS
IF SUSER_SNAME() NOT IN ('sa')
BEGIN
PRINT 'Only DBA''s can modify this server and it''s logins'
PRINT 'You''r statement has been logged and emailed to the...
April 26, 2012 at 8:43 am
you need to add in the ADD_SERVER_ROLE_MEMBER event to capture anything adding to a fixed server role
this URL might help in the future on finding the correct events to capture...
April 26, 2012 at 8:26 am
if you can (which will probably be a long shot) try and push for an upgrade to AX2012.
I've not had any experience with 2012 but from what I have heard...
April 26, 2012 at 8:07 am
Viewing 15 posts - 5,221 through 5,235 (of 6,395 total)