cloud computing

Technical Article

RE: Stored Procedure problem ??

  • Reply

Hello David,Yeah! checked those.Only one clustered index on an ID column.This problem has only started to happen recently. Also, the table has transactional replication...could this be affecting it..shouldn't affect anything I know.At the moment everything is running ok.But...at 2 in the morning, I don't wish to be woken up to fix.Thanks for the suggestions ....I shall […]

You rated this post out of 5. Change rating

2005-02-17

Technical Article

RE: using variables as tablenames?

  • Reply

Ganesh,In your case it sounds like a separate sp for each case and one wrapper sp would do the trick. On the Wrapper one make sure to put them in the order you would expect the maximum usage like:Create proc usp1 (@mode int, @value int)beginendCreate proc usp2 (@mode int, @value int)beginendCreate proc usp3 (@mode int, […]

You rated this post out of 5. Change rating

2004-12-27

Technical Article

RE: NOCACHE equivalent ?

  • Reply

AFAIK has nocache something to do with generating sequences. So my best bet would be, there is no direct equivalent. However, something like the IDENTITY function might prove useful at times. Here's is maybe also interesting link about migrating Oracle to SQL Server:http://www.microsoft.com/resources/documentation/sql/2000/all/reskit/en-us/part2/c0761.mspx

You rated this post out of 5. Change rating

2004-10-28

Technical Article

Multiple Accounts with name MSSQLSvc...

  • Topic

We have a Win2K03 system with Active Directory. The domain controller event log shows the folowing error message for only 2 of our many sql servers. Any idea what it means?"There are multiple accounts with name MSSQLSvc/SqlServerName.ou.com:1433 of type DS_SERVICE_PRINCIPAL_NAME. " TIA, Bill    

You rated this post out of 5. Change rating

2004-10-15

6 reads

Technical Article

Unexpected Miss records from table

  • Topic

I have program in visual basic and my database is SQL 2000 and its work in network.I have two table one called bill to record geberal information of invoice and another tablke called BillData to record items of invoice.The problem i face now that with time there is some records from begining  deleted from tables without […]

You rated this post out of 5. Change rating

2004-07-26

1 reads

Technical Article

RE: Returning too many rows....

  • Reply

JP, the HAVING clause has no effect in this query, because the estimateddate is part of the GROUP BY clause (and the MIN function is evaluated for each group and, of course, each group has only one date). I think the query should be written like this:SELECT r.roofid, c1.estimatedcost as CapCost, c1.estimateddate FROM tblcapitalexpenditures c1 INNER JOIN […]

You rated this post out of 5. Change rating

2004-07-25

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