About 50 results
Open links in new tab
  1. How to connect to SQL Server database with Excel VBA

    Feb 10, 2016 · The SQL statements create a recordsets which is a substet of rows and columns in the database. Lets concentrate on getting the connection wooking and then I wil help with getting the …

  2. How to grant select on table-valued functions and execute on scalar ...

    Sep 11, 2013 · I need to grant a SQL user select permissions on all the table-valued functions and then execute on all the scalar-valued functions in a database. I've use a cursor to loop through each …

  3. Load data from password protected Excel sheet into SQL server Table ...

    Dec 16, 2015 · According to your description, you want to load data from a password protected Excel sheet located on SharePoint to SQL Server table in SSIS. Based on my research, to load data from …

  4. The use of \\.\root\Microsoft\SqlServer\ComputerManagement in …

    Jan 23, 2008 · I'm using Katmai to test the features. The code is like: //Find out MSDTSSERVER instance string scope = @" \\.\root\Microsoft\SqlServer\ComputerManagement "; string query = …

  5. Unable to start SQL Server Reporting Services.

    Sep 5, 2013 · " The SQL Server Reporting Services (MSSQLSERVER) service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services …

  6. Tabular - Parent/Child hierarchy - hide duplicated rows problem

    Jun 17, 2014 · Hi All, in all the Tabular parent-child hierarchy examples I could find a measure is created to calculate current node depth. Later that measure [CurrentNodeDepth] is compared with …

  7. System.Data.SqlClient.SqlException: Invalid object name

    Jul 9, 2009 · While oDR1.Read Response.Write ( "<br><br><center>The SQL database connection string has been opened.<br><br>") EndWhile EndIf Catch ex As Exception sqlConn.Close () …

  8. Insert data in sql database using class file

    Oct 7, 2021 · Hi.. i have 2 text box, 1 for name and other for contact no. and also a submit button to insert the data entered in the textboxes. And, i also need to use a class file where the inserting data …

  9. Management Data Collection Report to SSRS

    Sep 24, 2009 · The point here is to prevent any internal user from going into our SQL servers and using the Data Collection Warehouse directly, and to rather have then pull the report from the report server …

  10. vb.NET ReportViewer connectionstring

    Nov 7, 2015 · Guessing that you would be using an SQL server then I suspect that you could provide an administrative capability to the app such that on deployment a connection string could be added in …