Viewing 15 posts - 196 through 210 (of 352 total)
Regarding OPTION 2 below:
1) Run the Wizard to convert the DTS to SSIS (I tried several and got no errors)
2) Run the existing 2000 DTS packages via SSIS
3) Rewrite the...
March 23, 2009 at 10:19 am
Based on this Microsoft KB: http://support.microsoft.com/kb/260414
In fact, you MUST specify a UNIQUE SQL Server Virtual Server name ---
6Q: Can I have multiple instances of SQL Server for a...
January 15, 2009 at 12:00 pm
Yeah -- turns out CD 1 is your SERVER; CD 2 is your TOOLS
2 DIR's created (SERVER, TOOLS) but will not fit on 1 700MB CD -- so you have...
January 6, 2009 at 12:49 pm
Are you saying it's OK to overlay FILE123 on CD1 w/ FILE123 on CD2 into a single, target directory --- then burn to DVD?
January 6, 2009 at 11:47 am
Yes - typo. I meant to type SQL 2000 SP4
December 18, 2008 at 5:53 am
Yep - found this out the hard way. Using Cluster Administrator, I initially took some of the objects offline -- and the Uninstall failed (gracefully).
I brought everything back...
December 10, 2008 at 12:29 pm
Sorry -- didn't see any reply w/ your feedback.. Any thoughts?
November 20, 2008 at 1:47 pm
Jack - EMC recommended we issue CHECKPOINTs to help resolve an EMC Timefinder Freeze/Thaw/Backup (clone) failure we're intermittently encountering on our symmetrix SAN which retains our SQL Server 2000/2005 files.
October 29, 2008 at 7:20 am
Lowell -- EXACTLY what I needed!
select replace(convert(varchar,getdate(),112) + convert(varchar,getdate(),114),':','')
Thanks a million..
October 17, 2008 at 7:03 am
Let me answer myself (after some digging in this forum):
If you have update access to the database behind Reporting Services and know the names of all the objects you want...
October 8, 2008 at 10:00 am
Think I figured this out. this DB has just 2 databases on it. I had the SQL Trace filter set ON:
EXEC sp_trace_setfilter @TraceID, 3, 1, 0, 7 ...
August 26, 2008 at 7:59 am
In SQL 2000, I accomplished this by:
/* SQL 2000 STOP & CLEAR Here: */
-- Stop a TRACE:
DECLARE @TraceId int
SELECT * INTO #TempTrace FROM :: fn_trace_getinfo(default)
SELECT @TraceID = (SELECT...
August 21, 2008 at 11:40 am
thx Ian -- exactly what I was looking for..
July 16, 2008 at 6:46 am
From the SSRS home screen, I've created an RS role 'EVERYONE' which allows Browser access (May view folders, reports and subscribe to reports.)
Does SSRS 2005 mandate that everyone accessing a...
July 15, 2008 at 1:11 pm
Viewing 15 posts - 196 through 210 (of 352 total)