Viewing 15 posts - 1 through 15 (of 36 total)
Hi,
if you have default security enabled then you see failed logins only. if you have set it to both failed and successful logins, you can see it in the sql...
September 23, 2010 at 2:13 am
Derrick Smith (9/7/2010)
george sibbald (9/7/2010)
select ename, sal from employees where job_desc = 'dba'works for me 🙂
Don't forget to enable filestream for the job_responsibilities field if we're including DBAs.
lol and change...
September 9, 2010 at 6:55 am
Saravanan_tvr (8/25/2010)
Many thanks,can we mirror the database from sql 2008 r2 data center to sql server 2008 sp 2
i think there are no limitations beetwen this two editions in mirroring...
August 25, 2010 at 6:15 am
Here the staments you need for mirrored Db's
# Normal Failover (Both Partner are online) for Fallback, Maintenace or Testfailover.
ALTER DATABASE %DBNAME% SET PARTNER FAILOVER
## Emergency Failover (Pricipal offline)
ALTER...
August 25, 2010 at 1:44 am
If the Source in allways in the same Instance why not just making a View with the select pointing in the source DB and dont move the data at all?...
August 24, 2010 at 2:08 am
First i would change the default database in your configuration to master and then try your connection again. Maybe im wrong but i think you try to connnect to your...
August 11, 2010 at 9:38 am
Yes, each change on Datafiles, userrights, tables, views etc. on the prinzipal will also change the objects, rights etc. on the mirror side.
August 11, 2010 at 9:29 am
Yes, you have to set up the Db's the same way. Restore the Db's and enable Mirroring.
If you like you can even switch the role and balance the load of...
August 11, 2010 at 9:16 am
I think it's because in the time you backup your trn log the first time it writes at the end of your transaction log because the file is...
May 21, 2010 at 6:30 am
Hi,
if you start new with oracle it's best to start from scratch.
As a Oracle DBA you have not only the RDBMS to master. You also have Linux, UNIX and...
May 3, 2010 at 6:39 am
Hi,
your right. this is because of a missing oracle client installation on your windows server.
If you need more info about connecting to oracle (e.g tnsnames.ora sqlnet.ora etc) ask your...
April 21, 2010 at 8:49 am
shen-dest (4/21/2010)
Luzi62,you mean C2 level auditing or?
No, there is a much easier way in SQL Server 2008.
Take a look at this:
April 21, 2010 at 8:41 am
Hi,
if you only want to log the truncate and not preventing from doing so then take a closer look at the auditing options in SQl Server 2008 🙂
April 21, 2010 at 7:55 am
Hi,
i would set up a second database and create a db link to access the old data.
maybe it would be better to import in more then one database parallel
regards
April 21, 2010 at 2:24 am
ananda.murugesan (4/15/2010)
New server Details as below as
1. OS windows server 2008 R2 Enterprise Edition
2. SQL SERVER 2008 (SP1) Enterprise Edition
Old server Details as below
1. OS windows 2003...
April 16, 2010 at 8:12 am
Viewing 15 posts - 1 through 15 (of 36 total)