Viewing 15 posts - 166 through 180 (of 181 total)
Here is the entire entry in the log:
2003-03-04 08:42:41.04 ods Error: 17826, Severity: 18, State: 1
2003-03-04 08:42:41.04 ods Could not...
April 14, 2003 at 2:36 pm
Here is another scenario related to SQL Server 7. A colleague working for some other company ran into a similar problem, and I have been trying to help him...
April 14, 2003 at 1:38 pm
Page69,
I think you are probably refering to something else. Replication monitor will only be displayed in EM when the you have successfully configured a distributor on the server. Racosta...
April 14, 2003 at 1:08 pm
DTS is your best and most simple option
April 8, 2003 at 8:19 am
There is also a way in EM to make sure primary keys are replicated. When you specify articles to be published, you can go to the properties of each...
April 8, 2003 at 8:13 am
strick9,
Where can I get these downloadable updates? Can you please send the URL for SQL Server 7.
Thanks
April 8, 2003 at 7:55 am
Matt, I think you need to looks at the basics of SQL before you start digging into perf counters etc. Start with things like Logical and Physical Database Architecture...
April 4, 2003 at 2:28 pm
I was pushed into a SQL Server DBA position when we migrated our DBs to SQL Server from Oracle about 2 years ago. The company did not have money...
March 27, 2003 at 8:06 am
I have used SQLLITE Speed and am really impressed with it - don't know if we will get the nod to purchase a licence at this moment, but I think...
March 26, 2003 at 2:49 pm
I think its a good practice to backup to local disk first and then schedule a backup to tape later
March 26, 2003 at 2:40 pm
If the DB is small in size, prob easiest to perform a network backup to the server you want to restore on and then restore the DB there.
March 26, 2003 at 1:49 pm
Through experience with both I feel that Oracle is more forgiving to a poorly designed DB.
March 25, 2003 at 9:24 am
use DB detach and then DB attach to free up the log enteries in the trans log. Take a full backup before and after this.
January 21, 2003 at 1:08 pm
Brian, you are correct. You cannot install SQL Server 7.0 as well as apply SP's via TS Client.
August 12, 2002 at 6:44 pm
This also works:
sp_dboption 'Northwind','single user', 'on'
July 26, 2002 at 7:49 am
Viewing 15 posts - 166 through 180 (of 181 total)