Viewing 15 posts - 31 through 45 (of 83 total)
Here's a quick 'n' dirty I use:
SELECT
S.ScheduleID,
C.[Path] ObjectPath,
U.UserName,
SB.[Description],
S.StartDate,
S.LastRunTime
FROM ReportServer.dbo.ReportSchedule RS
INNER JOIN ReportServer.dbo.Schedule S ON S.ScheduleID =...
October 6, 2009 at 9:05 am
Tara-1044200 (10/6/2009)
How can i convert this as bigint ?sum(size*8) as DBSize
sum(cast(4 as bigint)*8) as DBSize
October 6, 2009 at 8:49 am
I am not sure exactly what you mean either. The word "batch" is mentioned, so I am wondering if perhaps you want to decode the encrypted DTSRun.exe command set...
October 6, 2009 at 8:45 am
newbieuser (10/6/2009)
Can you please tell me what the...
October 6, 2009 at 8:42 am
newbieuser (10/6/2009)
October 6, 2009 at 8:33 am
You may want to start off with running a Profiler session on the specific database. Open SQL Server Profiler, Create a new trace (File --> New Trace). Log...
October 6, 2009 at 8:25 am
newbieuser (10/6/2009)
Remote login:
With password:
Is this the Oracle server's windows credential?
Please give me your thoughts on this. Thank...
October 6, 2009 at 8:11 am
mbrady5 (10/6/2009)
just want to make sure my query makes sense....pretty new to this stuff.
I have a table that I would like to update a column called 'status' to 'Expired'...
October 6, 2009 at 7:59 am
Lynn Pettis (10/5/2009)
Just to clarify, I didn't say I didn't know how to write a restore script, just that using SSMS is faster than my typing.
Gotcha - and understood. ...
October 5, 2009 at 4:41 pm
Personally, I have NEVER done a restore through the GUI, either in SSMS or through EM :blush:
I have a script that I use over and over again in which the...
October 5, 2009 at 3:55 pm
igngua (10/5/2009)
example;
row1 ...
October 5, 2009 at 3:42 pm
In the times I have had to use MAXDOP, yes, you can specify it multiple times within a procedure. I have also worked with changing server-wide MAXDOP options for...
October 5, 2009 at 3:35 pm
select datename(dw,record_date),
sum(case when shift = 1 then 1 else 0 end) Shift_1,
sum(case when shift = 2 then 1 else 0 end) Shift_2,
sum(case when shift = 3 then 1...
October 5, 2009 at 3:24 pm
Tara-1044200 (10/2/2009)
If i put singloe user before backup and restore on another server , the destination server will resotre in...
October 2, 2009 at 10:44 am
This is not a CU, just a hotfix.
From http://support.microsoft.com/kb/925419/:
Hotfix file information
This hotfix contains only those files that are required to correct the issues that this article lists. This hotfix may...
October 2, 2009 at 10:02 am
Viewing 15 posts - 31 through 45 (of 83 total)