SQLSaturday

Technical Article

RE: SELECT short date

  • Reply

Perhaps I was not clear, let me post the code. CREATE VIEW dbo.vwImport AS SELECT dbo.tblSHOrderItems.dteShipped, dbo.tblSHOrderItems.txtInvNum, dbo.tblSHOrderItems.txtSuffix, dbo.tblSHOrdHead.txtCustomerPO, SUM(dbo.tblSHOrderItems.intQuantity * dbo.tblSHOrderItems.curPrice) AS subtotal, dbo.tblSHOrdHead.curTaxAmt, dbo.tblSHOrdHead.pk, SUM(dbo.tblSHOrderItems.intQuantity * dbo.tblSHOrderItems.curPrice) + dbo.tblSHOrdHead.curTaxAmt + dbo.tblSHOrdHead.curFreight AS grandtotal, dbo.tblSHOrdHead.curFreight, dbo.tblSHOrdHead.txtCustnum FROM dbo.tblSHOrderItems INNER JOIN dbo.tblSHOrdHead ON dbo.tblSHOrderItems.FKOrdHead = dbo.tblSHOrdHead.pk GROUP BY dbo.tblSHOrderItems.dteShipped, dbo.tblSHOrderItems.txtInvNum, dbo.tblSHOrderItems.txtSuffix, dbo.tblSHOrdHead.txtCustomerPO, dbo.tblSHOrdHead.pk, dbo.tblSHOrdHead.curTaxAmt, dbo.tblSHOrdHead.curFreight, […]

You rated this post out of 5. Change rating

2003-06-18

1 reads

Technical Article

RE: installing sql

  • Reply

I run the installer, click SQL Server 2000 Componets and then click Install Database Server (not Anaylsis services). Then i get an error... "Microsoft SQL Server 2000 Standard Edition Server compenent is not support on this OS only client components will be available for installation." So yeah all i can get is client components(tools).

You rated this post out of 5. Change rating

2003-06-18

Technical Article

RE: What makes a good developer?

  • Reply

quote: I once got into trouble during a code review by the client. My error handler was called Hell. In the code it read: On Error GoTo Hell Client lacked the sense of humour.... Cheers, Crispin Well now, guess I need to update soem code here as that is pretty much what happens in the […]

You rated this post out of 5. Change rating

2003-06-13

1 reads

Technical Article

RE: isql -S error

  • Reply

Quoted from BOL about the definition of instance. "There are two types of instances of SQL Server: Default Instances The default instance of the SQL Server 2000 database engine operates the same way as the database engines in earlier versions of SQL Server. The default instance is identified solely by the name of the computer […]

You rated this post out of 5. Change rating

2003-06-11

Technical Article

RE: isql -S error

  • Reply

Thanks for the input. I may confused you guys by saying "named instance", actually from the server (say instanceserver) which is running named instance, I cannot run "isql -S otherservers", not to itself. and otherservers is ok to run "isql -S instanceserver" mworku, use Ip address get the same error.

You rated this post out of 5. Change rating

2003-06-11

Blogs

Rebuilding a SQL Server Database Transaction Log

By

“Could you help me, we deleted the database’s transaction log file and now that...

Copying Content from One Databricks Unity Catalog Catalog to Another

By

I had a couple of clients who were moving content from development catalogs to...

Connection String Confusion in SSMS

By

Recently I was trying to use a connection string to connect in SSMS. There...

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