PowerShell

Technical Article

RE: Problem with cmdExec

  • Reply

Should be doable. Access supports both autoexec and named macros as I remember, you just pass a command line switch. I'd suggest using a batch file to get it to work right, then either call the batch file directly from the job or cut/paste the line from the bat into the job. Most likely what […]

You rated this post out of 5. Change rating

2003-08-25

Technical Article

RE: Licensing mode

  • Reply

Sorry, I was wrong. Once the license mode is set, you can't change the modes but you can add seat or processor licenses from control panel --> SQL Server 2000 Licence setup. But you still can change it by change the registry. '0' for 'per seat' and '2' for 'per processor'. HKEY_Local_Machine\Software\Microsoft\Microsoft SQL Server\80\MSSQLLicenseInfo\MSSQL8.00

2003-08-22

1 reads

Technical Article

RE: problem with DTS package

  • Reply

What exactly are you doing in the package. I've run into similar problems in trying to output data to an Excel file. Using Active X object, I've checked for the existence of the table, if exist, drop and re-create, if not exists, create, then execute transformation.

2003-08-22

Technical Article

RE: Store Excel , Word, Image documents in SQL server

  • Reply

As an alternative, consider using NTFS to store the document files. In your database simply store a pointer to the resource, e.g. a varchar field called "URI", containing data such as: "//myarchiveserver/myfiles$/myfile.xls" You don't say what version of IE, but assuming something fairly modern with the appropriate plugins, displaying the documents is then as simple […]

2003-08-21

Technical Article

RE: MS. Access to SQL Server 2000

  • Reply

wouldn't taking the SQL from the queries and creating them in SP's and Views be a good start. It would depend on the complexity of the prog. If it is a client tool and not internal proggy then sure you are talking total conversion, if it's internal then converting select queries to Views and some […]

2003-08-20

Technical Article

RE: shrinking a transaction log

  • Reply

Hi, The type of recovery model you have set affects the space, i.e. bulk logged uses the least amount. Check BOL for more, and the pros and cons of different recovery models. Cheers Ritch "I didn't do anything it just got complicated" - M Edwards Edited by - Ritch on 08/18/2003 09:37:54 AM

2003-08-18

1 reads

Technical Article

RE: shrinking a transaction log

  • Reply

Hi, You can try in QA: backup log yourdb truncate_only dbcc shrinkfile (file_id, targetsize, truncateonly) Sometimes it can be quite stubborn, so good luck Ritch "I didn't do anything it just got complicated" - M Edwards Edited by - Ritch on 08/18/2003 08:12:51 AM

2003-08-18

Technical Article

RE: SQL 2k Install Failure in Cluster

  • Reply

Thanks for the answer. Yes, I did not run comclust. The servers and cluster had to be re-built. Comclust was run on both nodes and the setup program successfully installed SQL 2k on both nodes. Failover worked correctly. Thanks again. Graham Farrow Graham Farrow DBA Mastercare Central Division

2003-08-18

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

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...

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