Viewing 15 posts - 91 through 105 (of 110 total)
Hi this is how I do it. The below example is for linking to an ORACLE server
[font="Courier New"]USE master
GO
-- To use named parameters:
EXEC sp_addlinkedserver
@server =...
September 12, 2008 at 3:52 am
Have you ever tried the free tool "SQL DBA Dashboard"? You might find the information there.
Download it from here http://www.sqlserverexamples.com/v2/Products/tabid/76/Default.aspx
August 27, 2008 at 12:27 am
have a look at the SQL Tool belt from redgate as well. One of the tools in there is just doing this. There is a 30 day trial available.
July 31, 2008 at 10:33 am
Like it as well. As I'm just moving from SQL Server 2K to 2K5 it also helps me to see how others work with the Management Studio.
July 31, 2008 at 10:29 am
Hi,
check this article about transaction log:
http://www.sqlservercentral.com/articles/Design+and+Theory/63350/
Cheers:)
July 14, 2008 at 4:04 am
Get some books about fundamental software development techniques.
Just as an example: Systems Analysis & Design Methods from Whitten Bentley ISBN-13: 978-0-07-305233-5 (www.mhhe.com/whitten). Good book for students covers traditional (data) analysis...
March 12, 2008 at 1:57 am
Hi Dex
I'm trying to do the same but I don't know what to install exactly on the SQL server. Can you provide a short instruction, please?
Kind regards
Rene
May 18, 2007 at 3:53 am
I fully agree to Ninja's remark. It is not worthwhile to design and program an application which can recover from every possible failure of one of it's components. A system...
February 8, 2007 at 2:54 am
Posted my opinion about the newsletter format in another area before I saw this threat.
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=61&messageid=334255&edit=1
Cheers
René
January 4, 2007 at 3:10 am
Hi,
Usually I have problems with the German Version of a software
Im not joking. Even as a native (Swiss)-German speaking person I prefer always...
January 4, 2007 at 2:49 am
Very well described! What I specially like is that this article covers also the approach of such an exercise and how to minimize the impact on the business which has...
November 16, 2006 at 4:31 am
Check out this script. It currently drops all triggers from a database but the script can be used as a framework for tasks where you have to loop through a...
July 14, 2006 at 8:52 am
May 24, 2006 at 5:50 am
Viewing 15 posts - 91 through 105 (of 110 total)