Viewing 15 posts - 436 through 450 (of 2,487 total)
Hmm ... I may be missing something here but I don't see where there is an issue with the code sample you've provided. For both the select statements I get
-----------...
February 12, 2006 at 7:52 pm
Ok, you can still capture some of the DTS output by specifying an output file on the advanced tab of the job step.
February 8, 2006 at 2:32 pm
Edit the DTS package and turn on package logging.
Then after the package is executed you can view the log by right clicking the package -> Package Logs...
February 7, 2006 at 6:34 pm
You're probably in the Management Studio, try the Development Studio.
February 6, 2006 at 11:27 pm
For SQL 2000, if the default parameter entry doesn't meet your needs the only option is to build a custom front-end for parameter input.
February 6, 2006 at 4:24 pm
Following on from Steve and PW's suggestions, I'd definately re-organise the query to remove the SELECT from the case and place it in to the FROM clause
Basically your criteria can be...
February 2, 2006 at 6:09 pm
Haven't done this myself, but try copying the dtproperties table across to the new database. This is where the meta-data for the diagram is stored.
February 1, 2006 at 9:41 pm
You'd be looking for,
ALTER TABLE myTable ALTER COLUMN myGuid
DROP ROWGUIDCOL
February 1, 2006 at 2:57 pm
![]()
![]()
![]()
A quick Google for this error would solve your problem,
http://support.microsoft.com/default.aspx/kb/315886
February 1, 2006 at 2:50 pm
Fair bit of basic reasearch that you can do,
http://www.microsoft.com/sql/prodinfo/overview/what-is-sql-server.mspx
http://msdn.microsoft.com/sql/downloads/samples/default.aspx
January 31, 2006 at 2:38 am
January 30, 2006 at 5:38 pm
Well as this is more of an SQL Server site than a Visual C++ site, I'd suggest you take a look at,
http://msdn.microsoft.com/vstudio/express/visualc/learning/default.aspx
January 30, 2006 at 5:37 pm
Are you referring to the syntax for creating the table?
If so, take a look at this,
http://msdn2.microsoft.com/en-us/library/ms178078.aspx
January 30, 2006 at 5:30 pm
Or you could just use Reporting Services which has email delivery built-in ![]()
January 26, 2006 at 8:43 pm
Viewing 15 posts - 436 through 450 (of 2,487 total)