Viewing 15 posts - 1,096 through 1,110 (of 1,335 total)
May be your ODBC configuration is incorrect. The error clearly says invalid parameter check if you have given the right parameters and try creating the data source again.
June 18, 2007 at 10:57 pm
You need to select this option only when encryption option is selected in your server so that data flow between the client and server will be encrypted.
June 18, 2007 at 10:54 pm
sp_who2 active will list only the active users. you can use this.
June 18, 2007 at 10:52 pm
http://www.sql-server-performance.com/awe_memory.asp
You can read about AWE options in the link given above.
June 18, 2007 at 10:49 pm
You can have the database that your apps uses to use the collation instead of going for the server level default collation. You can create your database specifying the colllation...
June 18, 2007 at 10:46 pm
I hope connection pooling is enabled. Can you try disabling that and see if the error occurs. Connection pooling might have been enabled for reasons so check before you disable...
June 18, 2007 at 10:40 pm
Onw way is that you can set a max memory configuration to SQL Server so that it does not go beyond that limit. But when you say that your server...
June 18, 2007 at 10:35 pm
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=120&messageid=237238
The link above will solve the issue. Try and let us know.
Pavan,
My kind advice. You have posted your query as such and it has your user name and password...
June 18, 2007 at 10:31 pm
SQL NATIVE CLIENT comes out with support from SQL 2005 and has better performance than the OLEDB provider for SQL Server.
June 18, 2007 at 10:21 pm
Better its to drop and recreate the non-clustered indexes. Script all these indexes and recreate them on secondary filegroup. If possible place them on a different drive to enhance performance.
June 18, 2007 at 6:35 am
Use client network utility to specify that you always go with TCP connections. Then try connecting to the database using the TCP connection instead of shared memory. Check if error...
June 18, 2007 at 5:48 am
Logging off will close all active windows. I am not sure what you are trying to say. Logged off from terminal or disconnected. of disconnected then you process will go...
June 18, 2007 at 5:44 am
Colin,
Some clarifications from myside.
1. I have already said that all the columns in the join are indexed. I accept that there is no covering index but the columns included in...
June 18, 2007 at 5:29 am
SQL Server client network utility comes with the windows package and not with SQL Server one. Even if you have no SQL Server server/client installed in a machine you can...
June 18, 2007 at 5:18 am
As simple as it is. Create a windows batch file to do the same.
1. Use FIND command to find the file that contains your input string and write to a...
June 18, 2007 at 4:33 am
Viewing 15 posts - 1,096 through 1,110 (of 1,335 total)