Viewing 15 posts - 136 through 150 (of 302 total)
Here's a sample. Make sure to use CAPS on the 4-part section.
select TOP 5 * from LINKEDSERVERNAME..SCHEMA.TABLE
May 9, 2006 at 6:33 am
You may want to try a different OLE DB driver for Oracle. There may be a problem if the Oracle database is an old version and the driver is a newer...
May 8, 2006 at 11:03 am
Not sure if this will work or not, but you could give it a try. Create an Alias in the Client Network Utility on the server and then use it...
April 27, 2006 at 10:57 am
I was at a SQL Server conference lately and this was briefly explained. Even though the snapshot appears to take up 50 GB, it physically only takes up the amount...
April 27, 2006 at 10:48 am
You can also try using the 4-part naming convention. Make sure the Oracle schema and object names are in caps.
"select * from LinkedServerName..ORACLESCHEMA.TABLENAME"
April 26, 2006 at 8:35 am
I think automating all backups would be better than having the Help Desk do them. Less room for errors or problems.
You said you always check processes before killing them. Does...
April 24, 2006 at 6:13 am
Personally, I wouldn't let the "Help Desk" be able to do either. I guess the backup might be ok if you have a procedure for them, but again I wouldn't. What...
April 21, 2006 at 11:18 am
The only time I see that error is when our tape backup is running on a disk file that SQL Server is trying to write a backup to. I usually...
April 13, 2006 at 12:09 pm
Our database is only 160 GB but it takes 1.5 hrs to back up, 5.5 hrs to copy the backup to the secondary, 2 hrs to restore plus the time...
April 13, 2006 at 8:31 am
See KB article 307336. Looks like you'd have to rebuild the Cluster.
April 12, 2006 at 11:27 am
I checked SQL 2005 BOL and the procedures still exist with this warning:
Microsoft SQL Server 2005 supports the following system stored procedures that are used to set up core maintenance tasks...
April 12, 2006 at 11:04 am
I agree with splitting up the tables to be defragged on different days on a VLDB. I've tried the above defrag script on a large database and it runs a...
April 6, 2006 at 9:23 am
No, snapshots aren't available in standard edition. See "SQL Server 2005 Database Engine Features" in BOL. I personally don't like the idea of setting up database mirroring and then a snapshot...
March 31, 2006 at 11:38 am
You can't use AWE with the Standard Edition. Taken from "Using AWE" in 2005 BOL:
Microsoft SQL Server 2005 Enterprise Edition uses the Microsoft Windows Address Windowing Extensions (AWE) API to...
March 29, 2006 at 12:05 pm
If you plan on switching the recovery mode you can't use Log Shipping because it will break it. Been there 🙂
March 29, 2006 at 8:50 am
Viewing 15 posts - 136 through 150 (of 302 total)