Viewing 15 posts - 451 through 465 (of 526 total)
either
select replace( SimID, '_000','') FROM Course
or
select left(SimID,len(SimID)-4) FROM Course
All depends how you want to do it , and what the data...
July 30, 2004 at 2:56 pm
What is the backup device? Tape? Disk?
Is the device showing up in the EM under %Server% -> Management -> Backup?
July 30, 2004 at 2:48 pm
Master, Msdb & tempdb do not allow it.
Per INF: Restore File and Filegroup Backups in SQL Server
SQL Server 7.0: This requires that the TruncateLogOnCheckpoint option is not set and...
July 30, 2004 at 1:24 pm
I generally breakup my Maint Plans into system DBs, User DBs (tran log BU), and IS DBs (simple recovery and SW control DBs).
The 3 day is to allow for weekends...
July 20, 2004 at 1:29 pm
I've run into that on occasion. Couple of things to check:
July 20, 2004 at 12:48 pm
I would suggest that as you write the standards, you develop it as an HTML or indexed document.
In the document, you justify and give a basic guide on how to...
July 20, 2004 at 11:04 am
We use mostly delivered apps. I'm the DBA for Oracle, SQL, and Sybase ASA 8 databases. We also use a lot of Access front-ends to the delivered DB's as well...
July 20, 2004 at 9:01 am
The problem is that there are 7 db's on the one server and 22 on the other (note: avoid NetVision at all costs for now) not inlucing the SQL db's....
July 20, 2004 at 6:24 am
If you are using mixed mode authentication across a WAN with multiple domains on an undersized SQL server and/or unserized domain controller(s) and not a full up AD M$ network...
July 19, 2004 at 10:41 am
My misread - sorry .
But still, would it handle a view instead of the base table. There the view is an order by
Create View...
July 19, 2004 at 10:33 am
Is the table indexed?
Is it possible to create a view on the table...(i.e. Create View GenericReport as SELECT * FROM GenericReportBase WHERE UID= %userlogin% ) at login?
July 19, 2004 at 9:47 am
I was referring to :
Does the workstation/PC have a login in the SQL server?
If so did you do the autofix_login on that?
July 15, 2004 at 8:34 am
Actually, it probably is pulling from the sysobjects table. You'll have to figure out how to read that yourself.
July 15, 2004 at 8:10 am
The maintenance plan wizard simply builds the T-SQL jobs and schedules them. Go to the %Server% -> Database Maintenance Plans and build one. Then go look under Management - SQL...
July 15, 2004 at 7:35 am
As to what can happen -
The server fries its
Others include:
July 14, 2004 at 2:59 pm
Viewing 15 posts - 451 through 465 (of 526 total)