Viewing 15 posts - 496 through 510 (of 748 total)
Anyone knows? I just need to import Notes database, I don't care whatever method I have to use, would be better if I can schedule it.
I have no problem importing...
April 22, 2010 at 7:36 am
Thank you my friend
April 9, 2010 at 1:00 pm
Big thanks to everyone, your kind helps make my life lots easier.
I am going to send the result as email attachment in certain period, is it possible to make the...
April 5, 2010 at 7:52 pm
Thank you George,
select * From sys.dm_exec_connections WHERE Session_id = @@SPID
will give me the IP address info, and the following code gives me more detailed info...
April 5, 2010 at 2:00 pm
try it! you'll like it.
Sorry guys, I was hoping to see some case when query and didn't even try it, my apologies for this, it does work.
Thank you lots.
March 8, 2010 at 9:22 am
thanks. it won't work.
The records are all associated with a UserID, all non 0 value.
When the input parameter is 0, all records should be pulled out.
When the input parameter is...
March 8, 2010 at 9:10 am
Dave Ballantyne (2/27/2010)
Have you established weather your stats are up to date or not ? Without good stats , sqlserver will not be able to make good choices.
In terms...
March 1, 2010 at 2:50 pm
Alex 469216 (2/25/2010)
February 25, 2010 at 6:52 pm
Does this perform better ?
SELECT TOP 20 a.employeeid AS [ID], a.account, a.displayname AS [Name], w.workphonenumber AS phone, w.emailaddress AS email,w2.workphonenumber AS phone, w2.emailaddress AS email
FROM activedirectory a
left JOIN WhitePage...
February 25, 2010 at 3:27 pm
Does this perform better ?
SELECT TOP 20 a.employeeid AS [ID], a.account, a.displayname AS [Name], w.workphonenumber AS phone, w.emailaddress AS email,w2.workphonenumber AS phone, w2.emailaddress AS email
FROM activedirectory a
left JOIN WhitePage...
February 25, 2010 at 3:27 pm
Does this perform better ?
SELECT TOP 20 a.employeeid AS [ID], a.account, a.displayname AS [Name], w.workphonenumber AS phone, w.emailaddress AS email,w2.workphonenumber AS phone, w2.emailaddress AS email
FROM activedirectory a
left JOIN WhitePage...
February 25, 2010 at 3:27 pm
Dave Ballantyne (2/25/2010)
Its the lookup to WhitePaper that is killing you ?
I don't know, querying either of the two is acceptable but not after inner join them
Are your stats upto...
February 25, 2010 at 7:56 am
foxxo (2/24/2010)
You'll need to respond about whether there are indexes available..
Thanks.
Index has been created on: displayname(both), a.account, w.workphonenumber, w.emailaddress
are you providing the Actual query plan, (rather than Estimated query plan)...
February 24, 2010 at 9:02 pm
Viewing 15 posts - 496 through 510 (of 748 total)