Viewing 15 posts - 211 through 225 (of 712 total)
This query will give you the file growth time, size and duration
Customize it as per your need and you have to have the trace file available on server for that...
August 12, 2013 at 5:57 am
+1 to jeff
August 8, 2013 at 12:25 am
Start->All programs->Microsoft SQL Server 2012-> SQL Server Management Studio
or
Start-> run-> SSMS
give sa and its password or through windows authentication if you have configured .
August 7, 2013 at 11:55 pm
does NT AUTHORITY\NETWORK SERVICE has access to msdb with all sqlagent permissions.
August 7, 2013 at 11:52 pm
To display structure sp_help 'table_name'
August 7, 2013 at 8:30 am
MichaelDep (8/7/2013)
August 7, 2013 at 7:53 am
if you look at services in which account SQL Agent is running under?
August 7, 2013 at 12:50 am
greg.celentano (7/3/2013)
August 6, 2013 at 11:54 pm
OldSageMonkey (8/6/2013)
Hi Durai,No we are the only ones that use the server, its ours. I tried to make my suggestion to schedule a job and that was that.
if it is...
August 6, 2013 at 8:59 am
Does he want to track suspecting other users/team running the SP or not?
August 6, 2013 at 8:00 am
First one to find job schedule and second and UDF to give schedule details in proper format.
SELECT dbo.sysjobs.name, CAST(dbo.sysschedules.active_start_time / 10000 AS VARCHAR(10))
+ ':' + RIGHT('00' +...
August 6, 2013 at 5:56 am
Is it followed as per the below.
http://msdn.microsoft.com/en-us/library/ms345408(v=sql.100).aspx
Is it referring to proper path
SELECT name, physical_name AS CurrentLocation, state_desc
FROM sys.master_files
WHERE database_id = 1
August 2, 2013 at 8:50 am
This is a 3 year old thread please dont post on this.
August 2, 2013 at 2:52 am
can you post the error which you recieved last, check in services sql default service is started or not .
August 2, 2013 at 2:46 am
SQListic (7/31/2013)
We do custom logging into a table. The requirement is that the developers should receive email immediately whenever there is specific data in that column
Any Input is Appreciated
Thanks...
August 1, 2013 at 12:57 am
Viewing 15 posts - 211 through 225 (of 712 total)