Viewing 15 posts - 2,266 through 2,280 (of 2,486 total)
Check Books Online. A value of -1 means that the lock timeout hasn't been set for the current session.
Hope this helps
Phill Carter
--------------------
Colt 45 - the original point and click interface...
August 27, 2003 at 5:43 pm
Easiest way is to get an evaluation copy of SQL Server (either from Microsoft or buy one of the many books that include eval copies). Then just install the client...
August 27, 2003 at 5:41 pm
Ok there is two things you'll need to do.
1) Replace your sp_help_revlogin procedure with this one,
quote:
IF OBJECT_ID ('sp_help_revlogin') IS NOT NULL...
August 27, 2003 at 2:18 am
You'll need Database and Text file (Destination) connections. Then select both connections and click the Transform Data button to create a Transform Data Task.
Double click the Transform Data Task to...
August 26, 2003 at 11:48 pm
Sheri
Maybe you could post the batch file so we can look at it.
Generally, when I'm running scheduled DTS packages they are run in the security context of the SQL Agent...
August 26, 2003 at 11:31 pm
Well if you haven't made any changes to the package. You'd best check what else has changed in terms or security, structure, server and database settings.
What is the ODBC source?...
July 3, 2003 at 7:05 pm
Now that is strange because I tested this on my server here. I created a text file in Notepad with 5 lines of varying lengths, and made sure the first...
July 3, 2003 at 7:02 pm
All you need to do is have data, not spaces, in columns 431-447 the first time you define the columns and transformations.
Subsequent eecutions of the DTS package will just chop...
July 2, 2003 at 4:34 am
Have you tried using the ISDATE() function instead of ISNULL()?
Hope this helps
Phill Carter
--------------------
Colt 45 - the original point and click interface
July 2, 2003 at 3:54 am
With SQL 7, probably your best bet is to turn on the logging, which will log the messages to a file. Then on failure pickup the file that is created...
July 1, 2003 at 6:03 am
Sounds a bit complex.
I'd just import the data you have straight into a staging table. Then run couple of stored procedures to update required fields in the staging table. Then...
June 19, 2003 at 2:15 pm
Check out the following
http://www.sqldts.com/default.aspx?6,103,211,0,1
Hope this helps
Phill Carter
--------------------
Colt 45 - the original point and click interface
April 30, 2003 at 12:14 am
Have you tried creating a new connection with the same name and then deleting it again?
Also, try the following. http://www.sqldts.com/default.aspx?6,222,253,0,1
Hope this helps
Phill Carter
--------------------
Colt 45 - the original point and click...
April 3, 2003 at 4:41 pm
Doing it via the workflow, there is no "OR" in DTS.
You'll have to have an "On Failure" branch with the task you want to execute for each of the ten...
April 3, 2003 at 4:38 pm
quote:
I'm a rank novice, so the problem I have is that after I've created views in SQL 2000, sometimes Enterprise Manager will...
April 3, 2003 at 12:56 am
Viewing 15 posts - 2,266 through 2,280 (of 2,486 total)