Viewing 15 posts - 6,901 through 6,915 (of 7,191 total)
Martin
Did you try changing the default language of the login? Having reread your original post more carefully, I think that this is the only thing it could be. The data...
August 8, 2006 at 3:34 am
You don't give many details. Have a read about merge replication and transactional replication with updating subscriptions and see if either of those meets your needs.
John
August 8, 2006 at 3:03 am
The dates you are importing are in the UK format. So, in order for SQL Server to interpret them as UK-format dates, I would have thought that the user who...
August 8, 2006 at 2:47 am
Rudy
PAE/AWE won't have any effect if you have 4GB of RAM or less. Only the /3GB switch is required here.
I will also add that if Alex does decide to use...
August 8, 2006 at 2:36 am
Manutosh
I'm not really sure what you're asking. Is there a firewall between the client and the server? If so, you will need to ask for the port that SQL Server...
August 7, 2006 at 8:13 am
Inspired by Lowell's suggestion to use sp_fkeys, I have finally come up with a script that I hope will work in all situations. Here it is:
SET nocount ON...
August 7, 2006 at 5:08 am
You're right to say that active/ative requires two separate installs, because there are two instances of SQL Server on the cluster. However, it's not true that there is no auto...
August 7, 2006 at 1:26 am
Claudia
1. I don't know, but I don't think it would hurt if you did. Then you can follow all the way through the article in one go.
2. Not sure what...
August 4, 2006 at 8:27 am
Jeff
Take the following lines out of the previous script:
insert @columns
(
tablename,
columnname
)
SELECT 'MyTable', 'MyColumn' union all
SELECT 'ThisTable', 'ThatColumn' union all
SELECT 'AnotherTable', 'AnotherColumn'
and substitute my script in their place. This...
August 4, 2006 at 4:00 am
The first one is saying that you need to grant your service account the Lock Pages in Memory right.
With regard to the second article, it seems to me to follow...
August 4, 2006 at 3:30 am
I did see a script posted on this site that generated a script for all the foreign key (or was it primary key?) constraints in a database. You could try...
August 3, 2006 at 7:42 am
As far as I know, the same rules apply to Windows 2003 as to Windows 2000, if you're not using the 64-bit edition. The memory restrictions are not due to...
August 3, 2006 at 6:42 am
William
Could it be the absence of a comma before (and after) the fifth line?
John
August 3, 2006 at 6:29 am
Reet
I've never seen this message before, but I'd guess that when the backup was taken, it was striped across two backup devices or files, and you only have one of...
August 3, 2006 at 5:05 am
Viewing 15 posts - 6,901 through 6,915 (of 7,191 total)