Viewing 15 posts - 6,451 through 6,465 (of 9,643 total)
I still need more information.
Where are you starting?
What are you selecting at each step?
What type of Maintenance plan object are you dealing with when it fails?
Are you actually getting...
December 29, 2008 at 4:21 pm
How are you calling the report in the .NET application? Is the report previewed first or printed directly?
December 29, 2008 at 4:10 pm
It sounds like this could be something you do natively within SSRS or in T-SQL (assuming that SQL Server is the data source). If you provide the DDL for...
December 29, 2008 at 3:46 pm
What is the error you are getting?
What are the steps you have taken to this point?
December 29, 2008 at 3:41 pm
Has anything changed in the .NET application? Is the printer the same? Does this happen with all printers? What happens if you access the reports directly using...
December 29, 2008 at 3:40 pm
It's called SSIS in SQL Server 2005 and it does not come with Express Edition, even with advanced services. http://www.microsoft.com/Sqlserver/2005/en/us/compare-features.aspx.
You could use a linked server and copy the data...
December 29, 2008 at 1:09 pm
I don't believe you can update the system tables in SQL Server 2005. I wouldn't do it even if you can.
The usual suggestion for this type of...
December 29, 2008 at 12:56 pm
Everything Barry said, plus, your trigger will only correctly deal with a single row insert. If any process does a multi-row insert your trigger will not handle it correctly.
If...
December 29, 2008 at 12:45 pm
The default trace that is running logs autogrow events (EventClass 92 - Data File and 93 - Log File). You can query that using fn_trace_gettable. This will tell...
December 29, 2008 at 12:19 pm
Here are 3 options:
1. Create a linked server to your DBF and select the data. Here is the T-SQL to create a linked server to a FoxPro free...
December 29, 2008 at 9:22 am
The only issue I would raise with your script, and I did not study it in detail, is that sysdepends is not dependable. Because SQL Server will allow you...
December 29, 2008 at 8:55 am
It would be nice for OP's to have a simpler forum structure. I think I am like most regular posters, in that I use the Active Threads page almost...
December 29, 2008 at 8:51 am
The word "video" is a link also and that one works. I messed up when I put the jumpstarttv link in.
I don't know that much about SMO as...
December 26, 2008 at 9:41 pm
Goals for 2009:
1. Get the project I'm working on finished. I had hopes it would be completed by now, and it seems a bit stalled.
2. Since it's...
December 26, 2008 at 2:59 pm
Lynn,
I did see your post about the registry issue, but I knew I had seen the command line install instructions somewhere so when I saw it, I figured I'd post...
December 26, 2008 at 10:49 am
Viewing 15 posts - 6,451 through 6,465 (of 9,643 total)