testing

Technical Article

RE: cpu utilization

  • Reply

Thanks for your replys. I am going to work on it. It has all the issues you have specified. 1. I have 2gb ram, which is not sufficient for this high volume traffic. Every 15 minute transaction dump around 8 to 14mb. 2. I have used profiler to track all sql & stored procedures (is […]

You rated this post out of 5. Change rating

2003-07-01

Technical Article

RE: Trigger on Schema ???

  • Reply

Change to the schema affect the system tables which, unfortunately, cannot have triggers on them. You can schedule a 24-hour trace on the server, looking for statements starting with CREATE, DROP or ALTER. But drawbacks with this approach is that you'll pick up creation of temporary objects too. It's also all too easy for someone […]

You rated this post out of 5. Change rating

2003-06-30

Technical Article

RE: "OTHER" Logic in SQL Server

  • Reply

You could 'build' the hierarchy dynamically in your order by : SELECT TOP 1 answer FROM lookup WHERE (id1='100' or id1='other') AND (id2='100' or id2='other') AND (id3='100' or id3='other') ORDER BY CASE WHEN ID2 = 'OTHER' THEN 3 WHEN ID3= 'OTHER' THEN 2 ELSE 1 END Edited by - NPeeters on 06/30/2003 3:39:35 PM

You rated this post out of 5. Change rating

2003-06-30

Technical Article

RE: Multi Row Insert?

  • Reply

Thanx for the help.... I'm getting a different error.... here it is: Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0xda0 Thread 0xa90 DBC 0x10a6004 Jet'. I'm using MS Access, here is the connection string..... do I […]

You rated this post out of 5. Change rating

2003-06-27

Technical Article

RE: privilege to run bcp

  • Reply

If you're planning to use QA then the user need permission to exec. xp_cmdshell otherwise just the appropriate permissions to write data. for bulk insert: Your user has to be a member of the "Bulk Insert Adminstrators" role which is a server wide role Refer to "Bulk Insert" section "permissions" on BOL MW Edited by […]

You rated this post out of 5. Change rating

2003-06-13

2 reads

Technical Article

RE: What makes a good developer?

  • Reply

quote: 2. Relentless, to a certain degree. I agree with this. When I started in IT, a friend who was teaching me was like that. I could not, within limits, ask for help. He would guide me and then leave me. When helping others, do you think that is the way to do it? I […]

You rated this post out of 5. Change rating

2003-06-11

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