Excel

Technical Article

RE: Login and password in Excel file

  • Reply

Thanks Frank. You are the man. I modified your script according to my requirement. Can you please let me know how to add more columns in excel file. your script will add only one column. I think we need to modify the following line of code. SET @ObjProp='Application.ActiveWorkbook.Sheets(1).Cells(' + cast(@Counter as varchar(2)) + ', 1).value'

You rated this post out of 5. Change rating

2003-07-15

1 reads

Technical Article

RE: Alternative for TOAD

  • Reply

I'll be honest, by clicking on a link here above i've found mssqlXpress, what is doing quite what i wanted. I wanted a tool so maintain on a visual clear way all my procedures, triggers stored in a database. The Edit Design in this app is quite the same as the one in EntrMgr but […]

You rated this post out of 5. Change rating

2003-07-11

1 reads

Technical Article

RE: Primary Key constraint

  • Reply

The Transform Data Task Properties - Option tab allows you to specify "Max error count" which is supposed to allow the package to keep going until the maximum is reached. If you know about how many duplicates you have, you can experiment with this number. Given the unpredictability of data, I've not had good luck […]

You rated this post out of 5. Change rating

2003-07-10

1 reads

Technical Article

RE: How to get all databases name from server

  • Reply

Why not use SQL-DMO? With this component you can create SQL Enterprise Manager like applications, with out going for the systemtables. Just add a reference to Microsoft SQLDMO Object Library. And this code will do the job: Dim oServer As New SQLDMO.SQLServer Dim oDatabases As SQLDMO.Databases Dim oDB As SQLDMO.Database oServer.Connect ServerName, UserName, Password Set […]

You rated this post out of 5. Change rating

2003-07-08

Technical Article

RE: Role script

  • Reply

quote: You may have to generate a script larger than intended and then extract the bit you want. In EM, right click on DB name, All Tasks, Generate SQL Script, General tab leave asis, Formatting tab uncheck DROP, Options tab check Script database users and database roles. Then Preview from the General tab. Thank you. […]

You rated this post out of 5. Change rating

2003-07-05

Technical Article

RE: Query scheduling!!!

  • Reply

You can do some cool things directly in tSQL using "WAITFOR" with "DELAY" or "TIME". Example below... use Northwind--for this example IF Object_ID('tempdb..##NewCategories') is not null drop table ##NewCategories Create Table ##NewCategories (CategoryID int, CreatedDate datetime)--This is the table being updated by the loop below go declare @iIDmin int, @iIDmax int--variable to hold max ID […]

You rated this post out of 5. Change rating

2003-07-02

Technical Article

RE: Can't start server agent.

  • Reply

Determine what account the SQL Server agent is attempting to run under. Add that user account to the System Administrators role (sysadmin) on the SQL Server itself. In Enterprise Manager >> Security | Server Roles. K. Brian Kelley http://www.truthsolutions.com/ Author: Start to Finish Guide to SQL Server Performance Monitoring http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1

You rated this post out of 5. Change rating

2003-06-30

1 reads

Blogs

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers