Viewing 15 posts - 2,701 through 2,715 (of 5,394 total)
You could also issue this statement on the remote SQL Server (given that you connect via TCP/IP)
SELECT local_tcp_port
FROM sys.dm_exec_connections
WHERE session_id = @@SPID
September 15, 2011 at 10:14 am
Jack Corbett (9/15/2011)
Sounds like firewall to me, but I've exhausted my expertise.
+1
Can't be a browser issue, since you're not connecting to a named instance.
It must be firewall.
September 15, 2011 at 9:58 am
September 15, 2011 at 7:25 am
It makes a huge difference: you don't have to create a new table with all contraints, foreign keys, defaults and the like.
With the index create+move+drop you move just the logical...
September 15, 2011 at 6:12 am
You could add a clustered index and then move it to the unpartitioned filegroup and drop the index.
September 15, 2011 at 5:56 am
Thinky Night (9/15/2011)
To optimize the query
Honestly, I don't think it would run faster with EXCEPT.
I would look into other things first.
Do you have an execution plan to share?
September 15, 2011 at 5:54 am
Looks like an academic / interview question.
September 15, 2011 at 3:44 am
The jobs will stop and, depending on how well they handle transactions, they will rollback completely or partially.
September 15, 2011 at 3:05 am
That's great stuff!
Thanks for sharing.
September 15, 2011 at 2:41 am
Viewing 15 posts - 2,701 through 2,715 (of 5,394 total)