Viewing 15 posts - 241 through 255 (of 315 total)
Yes. But if I would like to have number of transactions in any day, how do we do that. I am trying to setup a table to show how many...
.
April 15, 2003 at 8:05 am
I thought we cannot see when a table was last updated. We surely can check when a table was created though in sysobjects in all the user database.
.
April 15, 2003 at 7:56 am
lowell,
Very much reasonable and appreciate your suggestion.
.
April 14, 2003 at 11:27 pm
Excellent Suggestion. I down the line, this will be usedful to most of the members (if it becomes available).
.
April 14, 2003 at 11:24 pm
You might want to look check the Properties of the SQL Server in EM. You might find some info in the Processor page. In Parallelism section of the page, I...
.
April 13, 2003 at 6:53 pm
I am also getting the same error on the SQL 7.00.996 Production Server which I don't have Administrative access to (since its another dept server). I have only SELECT accesss...
.
April 13, 2003 at 6:41 pm
Excellent. Thank You neiljacobson.
I did try this (select @@servername) and this miraculous name did apprear there. I am going to drop and add the server again. Actually this server...
.
April 13, 2003 at 6:30 pm
Also related to this, How do we see system stored procedures and system tables in SQL Sever 6.5 EM? I can grant access using DBArtisan for them. But I don't...
.
April 13, 2003 at 6:19 pm
You could certainly find that from Installation CD. You can run SETUP.EXE again and select add/remove.
.
April 11, 2003 at 8:13 am
vikramnat,
Here is the link for SQL 7.0 updated books online:
http://download.microsoft.com/download/SQL70/File/2/Win98/En-US/SQLBOL.exe
For all SQL Server Service Packs & Books Online Updates, you can check in the following page:
http://support.microsoft.com/default.aspx?PR=sql#faq276
Regards,
Murali Damera.
.
April 10, 2003 at 4:12 pm
This is how we have the script (as FTPSEND.TXT for one of our jobs:
quote:
open MF01userid
password
delete 'mainframe.data.set'
quote SITE LRECL=90 BLKSIZE=0 RECFM=FB TRACKS PRI=200...
.
April 10, 2003 at 12:43 pm
is your userid and the id mentioned in the inFTP.txt the same?!
You can try this:
1. goto command prompt.
2. manually type ftp 209.63.127.202
3. give userid
4. give password
type the following one after...
.
April 10, 2003 at 12:22 pm
After checking the access rights for userid mentioned in the ftp script(c:\ftpSend.txt), try running this manually thru Query Analyser.
.
April 10, 2003 at 11:16 am
Viewing 15 posts - 241 through 255 (of 315 total)