Viewing 14 posts - 61 through 74 (of 74 total)
Howdy Phil,
I had problems though with the stored procedure. "Invalid pointer".
So I have decided to do this
Run stored procedure sp_help_revlogin
package selects * from #tmp and
transfers to text file.
drop #tmp table
Thanks...
August 27, 2003 at 10:34 pm
Hi Phil the stored procedure that I am using does not return any rows?
The print command is being used.
BEGIN -- NT authenticated account/group
IF...
August 27, 2003 at 12:49 am
[Microsoft][ODBC SQL Server Driver]COUNT field incorrect or syntax error
August 26, 2003 at 8:58 pm
Try applying the logs manually or restart the log shipping.
August 17, 2003 at 5:24 pm
Ok I restarted the log shipping last night and all has been working great.
Now what I should have mentioned is that Iwas using one standby server and two primary’s....
August 13, 2003 at 5:06 pm
Backup is happening on time. Copying is happening on time and restore being attempted on time. The copy on several occasions is 0. But then after that it will show...
August 13, 2003 at 12:21 am
Howdy Matt. If you are wanting to achieve smaller backup files of your databases then I would suggest litespeed. It's an excellent solution to reducing file sizes.
August 7, 2003 at 11:17 pm
How could I do this?
August 6, 2003 at 7:08 pm
Hi Andy,
I checked the dbid by looking in sysdatabases and did
select * from sysprocesses where dbid = '30'
Nothing.
July 23, 2003 at 2:08 am
Hi Andy I am unable to use this command as I do not have exclusive access to the database.
I have tried setting single user. But still the database is locked?
Can...
July 21, 2003 at 6:25 pm
Hi Andy thanks but I get the following message
Server: Msg 5063, Level 16, State 1, Line 1
Database 'nab_pcs' is in warm standby. A warm-standby database is read-only.
Server: Msg 5069, Level...
July 17, 2003 at 9:43 pm
The DB is read only. However replication is preventing me from
restoring a full standby, applying differentials or applying alter database to make it read/write. Also I am unable to...
July 16, 2003 at 4:56 pm
Viewing 14 posts - 61 through 74 (of 74 total)