Viewing 15 posts - 16 through 30 (of 34 total)
The Problem for your proposal is that I cannot (at least not yet!) add a additional column to each table for holding this status bit (data live or archived) because...
January 8, 2003 at 3:19 am
Thanks for your interest on this topic.
The problem is that we did not think yet of maintaining the databases yet as we delivered the systems with SQL 7 and SQL...
January 7, 2003 at 1:30 am
I set the ConnectionTimeout = 0 but still after ca. 60 secs running ActiveX task in DTS package it times out. Doing the deleting task in query analyzer takes ca....
January 6, 2003 at 2:32 am
Thanks for your help
I still have three questions:
How do I remove an index on @SelectedColumn
of my dynamic SQL statement?
I do not understand what you mean by "have each month in...
January 4, 2003 at 9:00 am
Hi
How can I debug such applications as VBScript and is it possible to do it with Visual Studio 6?
Mipo
December 18, 2002 at 9:45 am
Thanks for the information. Still I do not understand how to overcome the problem if I do not yet know how many lines (e. g. PresenceTickets,24,24) there are in the...
December 17, 2002 at 1:52 am
Thanks for your input.
Someone has a sample how to pass the parameters (read from the ini file by means of a VBScript) to the SP within the VBSript/DTS?
The string looks...
December 16, 2002 at 4:20 pm
Thanks for your input.
The problem is that the ini file is not only for my application respectively there are other sections in threre. So I have to jump to my...
December 10, 2002 at 3:50 pm
I used the rebuildm tool and I succeded to rebuild the master. One known problem is that you have to put your *.mdf files from the orgiginal CD first to...
August 21, 2002 at 3:17 pm
This is just an example of my sql code. I reduced it down to find the problem how to embed the variable @Keepmonthsindatabase in this dynamic sql statement.
The original idea...
July 12, 2002 at 12:39 am
I am getting an error when executing the following:
DECLARE@KeepMonthsInDatabase varchar (25)
DECLARE @ProcessTable varchar (30)
DECLARE @SelectedColumn varchar (30)
SET @ProcessTable = 'Transactions'
SET @KeepMonthsInDatabase = '3'
SET @SelectedColumn = 'transactionDatestamp'
DECLARE @STR nvarchar...
July 10, 2002 at 3:46 pm
quote:
When any literal string is preceded by a N, it tells SQL Server to make it an nchar/nvarchar/ntext (Unicode) string.For instance:
SET @String...
July 10, 2002 at 2:39 pm
Thanks for your reply - what is the purpose of the N' in your statement?
Thanks
Mipo
July 10, 2002 at 4:29 am
Thanks for the superb workaround.
A last question - how would you pass on a varialbe (containing a table name or more) to this procedure and process it? With other words
the...
June 24, 2002 at 2:02 am
Viewing 15 posts - 16 through 30 (of 34 total)