Viewing 15 posts - 271 through 285 (of 2,387 total)
Use [] to querify your server in your select statement.
select * from [my-server].mydb.dbo.table1
August 17, 2004 at 9:52 am
I would add "with recompile" option to the second SP to see how is going on in next few days.
You may update the databases statistics with higher percentage sampling or...
August 17, 2004 at 9:44 am
I don't see problem with this query since it already has proper index defined in the table. You may play around by changing the clustered index to non-clustered index.
I suspect...
August 17, 2004 at 9:29 am
You may reinstall the same version of MDAC to see what is going to happen.
August 17, 2004 at 9:22 am
What is your MDAC version? Any update to it recently?
August 17, 2004 at 8:47 am
After first batch update, Large numebr of data updated that affect the statistics of database but somehow the original execution plan of second SP doesn't use the latest statistics information,...
August 17, 2004 at 7:26 am
Call Microsoft sales at 1800-4269400.
August 17, 2004 at 7:09 am
Have you run SVRNETCN.exe to enable server protocols (TCP/Named Pipe) for connecting to SQL Server?
August 16, 2004 at 1:02 pm
August 16, 2004 at 12:14 pm
SP2 disables the TCP and UDP ports by default to SQL Server. Name Piped only works for computer within same subnet.
You need turn the ports on by configuring XP firewall...
August 16, 2004 at 12:11 pm
Try sp_grantlogin 'NT Authority\System' and assign this account with 'sa' privilege.
August 16, 2004 at 9:19 am
Run DBCC CheckDB to your original databases to ensure there is no consistency error before backing up and restoring them.
August 16, 2004 at 9:15 am
The errors point there cound be problems in I/O subsystem, Check application/system logs.
August 16, 2004 at 8:10 am
Has the system account be granted to access SQL Server? Is BUILTIN\Administrators account in SQL Server logins?
August 16, 2004 at 8:07 am
Viewing 15 posts - 271 through 285 (of 2,387 total)