Viewing 15 posts - 6,691 through 6,705 (of 19,564 total)
steve smith-401573 (3/21/2012)
MysteryJimbo (3/21/2012)
Are you accessing the server through a dns alias?
Make a connection to the server...
March 21, 2012 at 11:19 am
When you installed SQL server, did you ensure the replication components were selected as a component to be installed?
March 21, 2012 at 11:08 am
I like the idea of the master proc.
sp_executesql is the better way to go with dynamic sql as well.
March 21, 2012 at 10:58 am
I was thinking move the file and not just copy.
March 21, 2012 at 10:51 am
Sounds like an alias was created for this server or this server is clustered. Will you confirm the aliases in SQL Server configuration manager?
March 21, 2012 at 10:46 am
Possible causes:
AV has the file locked
The data file is not associated with the database that you detached.
You don't have modify permissions with your user account to the location where the...
March 21, 2012 at 10:33 am
My experience has shown that TSQL is faster for that. It largely depends on how you write your queries.
March 21, 2012 at 10:28 am
Backing what Lowell said. Sounds like parameter sniffing is possible.
An execution plan would be helpful.
March 20, 2012 at 7:48 am
Viewing 15 posts - 6,691 through 6,705 (of 19,564 total)