Software Development

Technical Article

RE: Problem with arithabort

  • Reply

I had this problem before and I believe I found out that the ODBC SQL Server driver always sets ARITHABORT OFF. You may have to set it ON with each user connection. Another option may be to index specific columns from your base tables instead of indexing the view. That's what we did to get […]

You rated this post out of 5. Change rating

2003-06-23

Technical Article

RE: VBScript command-line performance question

  • Reply

As long as you are committing in small batches - as Steve suggests - there may be some benefit to setting a recovery mode of "Simple" on your target database (Database -> Properties -> Options). Remember to set it back when you are finished. This means that the logfile will only retain information for incomplete […]

You rated this post out of 5. Change rating

2003-06-23

1 reads

Technical Article

RE: VBScript command-line performance question

  • Reply

Unless your data is sorted in clustered index order, remove your index before you load and then rebuild it. Also, I doubt that VBScript is the quickest language to do any conversion. We found the fastest method was to convert the data using C and bulkload using the BCP API, running 7 loads in parallel […]

You rated this post out of 5. Change rating

2003-06-23

Technical Article

RE: VBScript command-line performance question

  • Reply

quote: It seemed to slow down as it went along. Could it be an issue with your clustered index? As more records are beeing added the clustered index grows and if you have a wide and/or unique index maybe you are starting to experience huge amounts of page splits and your I/O might not cope? […]

You rated this post out of 5. Change rating

2003-06-23

1 reads

Technical Article

RE: SQL Server Agent fails to start - no error msg

  • Reply

Has 'BUILTIN\Administrators' login been removed/denied from SQL Server Logins? If it is, To start SQL Server Agent from local system account, You have to grant 'NT Authority\System' account to access SQL Server with 'sa' privilege. If you want to use local admin account to start SQL Server Agent, grant this local admin account to access […]

You rated this post out of 5. Change rating

2003-06-20

1 reads

Technical Article

RE: SQL Server Agent fails to start - no error msg

  • Reply

Dear All, I also found a very interesting problem on the server. If I go to the server (pcAnywhere), open the LOCAL Enterprise Manager and try to register the LOCAL SQL Server instance then I get an error message: [SQL-DMO]Code execution exception: EXCEPTION_ACCESS_VIOLATION If I open the Enterprise Manager on my PC and register the […]

You rated this post out of 5. Change rating

2003-06-20

2 reads

Technical Article

RE: SQL Server Agent fails to start - no error msg

  • Reply

Dear Allen, Sorry, my statement was misunderstandable. I meant that I wanted to start the Agent under local system account as well as under local admin user. Both solution failed so until now I haven't found any way how I can start the Agent. The SQL Server itself runs without any problem. Thanks! Csaba Mezo

You rated this post out of 5. Change rating

2003-06-20

1 reads

Technical Article

RE: SQL Server Agent fails to start - no error msg

  • Reply

Hi Frank, In the event log I only find the error message that I wrote in my first posting. Nothing more. No, there was no change in the config. However currently I started to reinstall the SQL Server then I will see if it solves the problem or not. Thanks, Csaba Csaba Mezo (mezo@inform.hu)

You rated this post out of 5. Change rating

2003-06-20

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