Viewing 9 posts - 46 through 54 (of 54 total)
Did find one website that actually seems to solve this issue to some degree 🙂
http://www.eggheadcafe.com/software/aspnet/31826673/last-time-a-database-was-accessed-sql-2005.aspx
October 15, 2010 at 7:57 am
Ok and so if you would issue with command:
create login test with password = "123"
Do you get the sql from EventData()?
June 8, 2010 at 4:59 am
Yes I´ve also been looking into the Profiler, but always thought that was for temporary auditing, but maybe I could utilize that for permanent auditing.
thanks for the videos, I´ll take...
June 7, 2010 at 7:59 am
Ok select (size*8)/1024 from <dbname>.sys.database_files is the correct query then to get the size in Mb 🙂
Thank you very much for this nice explanation 🙂
June 4, 2010 at 5:21 am
Yeah, there it says:
Current size of the file, in 8-KB pages
Still I don´t really understand the difference :/
June 3, 2010 at 9:50 am
What if I have a table that has a clustered index in the primary key and I put a non-clustered index on the date column. Would that also produce...
June 3, 2010 at 9:45 am
Is it not possible to run stored procedures through a linked server? I have RPC set to true.
September 8, 2009 at 5:01 am
I always seem to get this error:
Msg 7357, Level 16, State 2, Line 1
Cannot process the object "exec msdb.dbo.sp_help_job". The OLE DB provider "SQLNCLI" for linked server "JOB_TSSQL6" indicates that...
September 7, 2009 at 8:23 am
Ok I will try the logging feature, although I´m not sure exactly where to see the problem.
The load speed to the oracle server is about 30.000 rows per minute.
Now after...
September 10, 2008 at 5:56 am
Viewing 9 posts - 46 through 54 (of 54 total)