Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/sqlserver…
SSMS permissions vs Db permissions - social.msdn.microsoft.com
Btw, I am using SSMS 2008 on a SS2008 Db. Interestinly, when I access FinanceDev Db, via VS2008 using FinDevUser SQL Server login, I can create a data connection AND it shows me the 'fin' schema tables as I would expect.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/sqlse…
connect 2 different database in stored procedure over the internet
i have two data base in two sql server instance and different computers and different places over the internet. I can create a stored procedure that does a select of a table from a database of a computer, and then insert the table in another database of another computer?
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/en-US…
SQL CLR C# project build fine, but fails to deploy: Deploy error ...
I'm building a simple C# stored proc in VS2010, Denali CTP1 (gulp). and Server 2008 R2. I have done everything that I know to do to deploy it - turned on CLR on the server, gave my self unsafe permissions - anything and everything I could think of.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/ie/en…
Error ...when Generating Schema... - social.msdn.microsoft.com
What BizTalk is doing is generating a .Net assembly containing your schema as a .NET type. When .NET namespaces and types are the same it creates a few confusions.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/en-US…
sql server manager import wizard to import .csv and culture error
I am using the SQL Server Import Wizard to import a .csv file but I cant get it to work.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/sqlserver…
Is there bug with cdc.fn_cdc_get_net_changes_.... in SQL Server 2012
Here is sample script to re-produce the error (which I assume is some sort of bug in CDC SQL 2012).
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/share…
already has a primary key defined on it??
Is there some sort of schema report you would like me to post so it can be reviewed. As a little background we were using access database and used the microsoft upsizing wizard to make the change to sql.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/sqlserver…
Custom Data Processing Extension and Parameters
Teo Lachev's Applied Microsoft SQL Server 2008 Reporting Services is a great ressource and (until now) it also works for SQL Server 2005. But I'm still at my first steps of implementing the custom query designer.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/secur…
Linked Server to IBM iSeries - social.msdn.microsoft.com
The linked server is configured to use a common login to connect to the iSeries. The OLE DB initialization service failed to load. Reinstall Microsoft Data Access Components. If the problem persists, contact product support for the OLEDB provider.Cannot create an instance of OLE DB provider "IBMDASQL" for linked server"DB2".
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/en-US…
LINQ To SQL - Trigger Firing Problem - social.msdn.microsoft.com
When you first created your Linq To SQL class, and connected to your database and then started dropping tables on the Linq To SQL Design Surface, a pop-up window asks you whether you would like to connect directly to that database or create a local copy. I only know of that point to set it to use the database directly. Tuesday, July 24, 2007 7: ...