I'm wondering if one less external sql server connection is available when my clr stored proc querys my database inside of the db engine.
AFAIK, noNiels
I'm wondering if one less external sql server connection is available when my clr stored proc querys my database inside of the db engine.
AFAIK, noNiels
Hi,
Do I Get the GUI (Query Analyser and Enterprice Manager) with SQL Server 2005 Developer edition (which is available as free with Visual Studio 2005). I will be thankful if u give information.
SQL Server Developer edition have all the features of SQL Server Enterprise edition... But the enterprise manager equivalent in SQL Server 2005 is Sql Server Management Stuiod...
Refer these link for an overview
http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx
http://www.microsoft.com/sql/editions/developer/default.mspx
Madhu
|||SSMS is included with the installation media, however, it is not installed with the default installation.
You will need to install the 'Client Tools' from the installation media in order to obtain Management Studio.
|||K. Ravinder Reddy wrote:
Do I Get the GUI (Query Analyser and Enterprice Manager) with SQL Server 2005 Developer edition (which is available as free with Visual Studio 2005). I will be thankful if u give information.
Are you sure you have the Developer Edition? I know that Visual Studio 2005 comes with SQL Server Express Edition (which is different than Developer Edition). The tool you are looking for is called SQL Server Management Studio. It combines and extends most of the functionality of Query Analyzer and Enterprise Manager (SQL Server 2000 tools).
Paul A. Mestemaker II
Program Manager
Microsoft SQL Server Manageability
http://blogs.msdn.com/sqlrem/
i need to download a file over HTTP and get a xml file then upload it into SSIS.
Only 2 methods are available in SSIS: FTP and web method. How come there is no HTTP transfer task in SSIS? pretty strange.
then i found a script at
http://www.sqljunkies.com/howto/49e823fd-d126-4134-893d-1fd8bd3bd3ba.scuk
What kind of SSIS tasks do i need to perform this operation? I got the script above but I don't know where to key it in.
It goes in a script task.
-Jamie
|||ok i did the script task but how do i pass the variables remoteuri and the local filename to store to the script task?|||Put them into the ReadOnlyVariables property of the script task.
http://www.google.co.uk/search?hl=en&q=task+readonlyvariables&btnG=Search&meta=
-Jamie
|||the readonly variables i shld put
"remoteurl, localfilename"
then how i should set the remote url to http://yahoo.com/test1.xml
localfilename to "c:\test1.xml"?
i look at the urls but not much of help....make me more confused.
Do While in SQL,SQL Server