security

Technical Article

RE: Log Shipping newbie

  • Reply

Allen, thank you for bearing with me. I think I am being confused by the share. The share on the production server or remote server? Do the servers both need access to a share on the production server or the standby server, or both? The message says unable to send initialization file to secondary server, […]

You rated this post out of 5. Change rating

2003-04-22

1 reads

Technical Article

RE: Log Shipping newbie

  • Reply

Thanks for the replies. Let me elaborate a bit. The servers are on two different domains. When I go through the process, it appears I can browser the standby (remote) server. But, when the process begins, it gets that error above. Now, is this because the sqlserveragent on both boxes is started with different user/password. […]

You rated this post out of 5. Change rating

2003-04-22

1 reads

Technical Article

RE: sp_server_info

  • Reply

Natalie, You have 8.00.679(SP2) from EM is because you have applied SQL Server hotfix MS02-061 for Slammer Virus. 8.00.534 (SP2) is real service pack you have. Apply hotfix seems it doesn't update table master.dbo.spt_server_info Edited by - Allen_Cui on 04/22/2003 12:41:39 PM

You rated this post out of 5. Change rating

2003-04-22

1 reads

Technical Article

RE: Hyperthreading on 2 cpu vs 4 cpu with SQL STD

  • Reply

Correct the hardware shows an additional CPU per hyperthreading enabled CPU. If you are having issues you can usually turn hyperthreading off in the bios of your server until you upgrade your version of win2k and sql to use more than 4 cpus so SQL won't pick a virtual processor over a real one to […]

You rated this post out of 5. Change rating

2003-04-22

Technical Article

RE: Hyperthreading on 2 cpu vs 4 cpu with SQL STD

  • Reply

Windows 2K and SQL 2K do not understand hyperthreadind. To them it looks like extra CPUs exist, and since Std has a 4 CPU limit, that is why you cannot hyperthread. We recently moved from a single here (at SQL Server Central.com) to a dual hyperthreading machine and it runs great, but it runs the […]

You rated this post out of 5. Change rating

2003-04-22

Technical Article

RE: variable cursor FOR select statement

  • Reply

Try this: create procedure [proc1] @cursor_name cursor varying output as declare @string nvarchar(1000) set @string = 'declare cursor_name cursor for select blah from foo ' + char(13) if len(@p_vcwhere) <> 0 set @string = @string + ' where ' + @p_vcWHERE exec sp_executesql @string This will return a cursor. Jeremy.

You rated this post out of 5. Change rating

2003-04-22

Technical Article

RE: Log Shipping newbie

  • Reply

The first step before you can begin log shipping is to ensure that the SQL Server login IDs are synchronized between the production and standby servers. This is important because SQL Server maintains separate security among servers, and you will be making a backup of a database on one server and restoring it to another. […]

You rated this post out of 5. Change rating

2003-04-22

1 reads

Blogs

Simple Talks Episode 7

By

The season 1, seventh episode of Simple Talks is out. Check it out, with...

A New Word: the McFly effect

By

the McFly Effect – n. the phenomenon of observing your parents interact with people...

Key mappings in Visual Studio Code

By

At a recent conference I was asked how I executed code during my presentation....

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers