Of course I did, Google first, forums next!
I saw these results but it's not working for me since I'm not using ODBC. Here's my connection string (C#) :
connection = new SqlConnection();
connection.ConnectionString = "Server=1.2.3.4;Database=testDB;User...
Hi,
I have this error when I run a stored procedure calling a MSSQL linked server :
System.Data.SqlClient.SqlException: Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "linkedServerABC"
The problem is that when I run the exact stored proc in SQL Server...
Hi,
I'm having problem bulding the right SQL select with tricky conditions.
For example, let's say I want the number of objets by date where (object name is 'something' and the number of command with this object greater than 5) OR (object name is 'something else' and the number of command with...
Hi,
I want to make an installation script which is scripting the windows ASPNET built-in user to access the database created in the script.
The problem is that if I create the script with my SQL Server, the user will be scripted as MYDOMAIN\ASPNET. How can I script it without being assigned...
Hi,
I'm having a javascript calling two functions when the focus and blur event occur. These are set like this:
window.onfocus = setFocusOn;
window.onblur = setFocusOff;
My script is in a .js file and I refer to it via the <script src="functions.js"> tag.
My problem is that if I am on the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.