Viewing 15 posts - 1 through 15 (of 21 total)
When giving examples, there is no need to blunder through every possible case of Table Scans before "realizing" MS SQL will only use the index scan on the column that...
January 27, 2009 at 5:16 pm
For any SQL 2005 guys who stumble upon this one: IN 2005 it's msdb.dbo.sysdtspackages90.
December 31, 2008 at 2:04 am
SOLVED!!!!
INSERT INTO dbo.Affiliate([FullLegalName], [TypeOfEntity], [LicenseNumber], [StateLicensed],
[Website], [TaxID], [Address1], [Address2], [City], [State], [ZipCode],
[ContactPerson], [EMail],[PhoneNumber], [FaxNumber],[CopyOfLicense],
[LicenseBlockNum], [CopyOfW9], [W9BlockNum], [LoginID], [Password])
SELECTISNULL(ELD.[FullLegalName], EWD.[FullLegalName]),
ISNULL(ELD.[TypeOfEntity], EWD.[TypeOfEntity]),
ISNULL(ELD.[LicenseNumber], EWD.[LicenseNumber]),
ISNULL(ELD.[StateLicensed],EWD.[StateLicensed]),
ISNULL(ELD.[Website], EWD.[Website]),
ISNULL(ELD.[TaxID], EWD.[TaxID]),
ISNULL(ELD.[Address1], EWD.[Address1]),
ISNULL(ELD.[Address2],...
November 13, 2008 at 9:29 am
I see, then I think I know what is troubling me. I assumed that columns that aren't updated in the UPDATE statement would be null in the Inserted pseudo table,...
November 12, 2008 at 2:33 pm
Scripts are in my last post.
At the moment i have interrupted my test because i have other urgent work.
But when i have free time i will test it.
Thanks
October 30, 2008 at 7:52 am
I have found this message in error log:
"
Server TCP provider failed to listen on [ 'any' 5022]. TCP port is already in use.
"
But i'm sure that this port...
October 27, 2008 at 5:13 am
Hi,
i have changed my scenario more similar to production.
I have a domain (called "dbmirror") and i hav 2 server (virtual machines) called SV38 e SV39.
Server SV38 contain 1 istance called...
October 27, 2008 at 4:20 am
Hi, i had some problem with virtual machine server, now i'm installing 2 virtual machine server in a unique domain, so i can test db mirroring on 2 server (principal...
October 24, 2008 at 9:24 am
Hi to all,
now i have installed dns, this afternoon i want try to create a login for domain.
Then i will tell you...:cool:
Bye bye
October 21, 2008 at 4:53 am
Hi to all,
today i will try your idea and tell you results...
Many thanks for support 🙂
Have a good day
October 20, 2008 at 12:36 am
phoqueme (10/15/2008)
i have only one server, in this server i have 3 istances, so it's mandatory has 3 different ports, and when i create enpoints i must write 3...
October 16, 2008 at 12:46 am
philcart (10/14/2008)
Secondly,...
October 15, 2008 at 6:12 am
ALZDBA (10/10/2008)
- logon to the server using the service account, and then try to telnet the port.
- logon to the...
October 14, 2008 at 10:50 am
Yes, telnet functions with port 5022, 5023, 5024, it's strange...
Now i try other your ideas, thanks;)
October 10, 2008 at 7:41 am
Nothing, it doesn't function.
But Mirror "speak" with Principal, but Principal doesn't speak with Mirror.
October 10, 2008 at 7:40 am
Viewing 15 posts - 1 through 15 (of 21 total)