Analysis Services (SSAS)

Technical Article

RE: select...insert

  • Reply

Just the same way as you would if they parameter variables, e.g. INSERT INTO AccidentMain( EmpID, DeptID, ... FName, LName, Address, City, State, ZipCode, ... ) VALUES ( @EmpID, @DeptID, ... @FName, @LName, @Address, @City, @State, @ZipCode, ... )

You rated this post out of 5. Change rating

2003-05-30

1 reads

Technical Article

RE: Datetime as Primary Key?

  • Reply

I can see it as part of a PK if you do a lot of time range queries, but definetely not as the only column. The risk of rejected insert because of duplicate keys seems to high. Don't forget that the datetime value is only accurate up to 3/1000 of a second.

2003-05-30

Technical Article

RE: ADO timeout

  • Reply

Of the two, it's normally command timeout you want to increase. There are certainly times when increasing it is the right thing to do, but do change with caution. If you set the timeout high, potentially your query will block others for that much longer. Ideally you want to tune the query first to get […]

You rated this post out of 5. Change rating

2003-05-28

Technical Article

RE: Paramaterized linked server references

  • Reply

Because, by varying the server name, you are varying the object you a referring to, that is dynamic SQL. Except, we have objects that "alias" to other objects .. views to tables, linked servers to servers. So you could create a view that references what you want. Although creating the view is dynamic SQL. I […]

You rated this post out of 5. Change rating

2003-05-28

1 reads

SQLServerCentral Article

Importing And Analyzing Event Logs

  • Article

Another new author! Gheorge shares some ideas about importing event logs and using OLAP to analyze the results. Not a bad idea at all. How many of use OLAP as often as we should? Read the article, see if it's something you want to try - and let Gheorge know what you think!

5 (1)

You rated this post out of 5. Change rating

2003-05-28

12,958 reads

Technical Article

RE: Backup with TSQL

  • Reply

Maintenance plan does not allow me to choose all databases on all servers but a list of DBs that are not to backup. Maintenance plan does not allow me to do differential backups. (Some DBs are large, so I can not go with weekly full backups and 10 minutes log backups) This job will be […]

You rated this post out of 5. Change rating

2003-05-27

Blogs

Master SQL with This Free Course (141 Interactive Exercises Included)

By

SQL is essential for modern businesses and applications that rely on data. It's a...

Convert SQL Audit Files to a CSV Using Read-SqlXEvent

By

SQL Server Audit is an efficient way to track and log events that occur...

Control Flow Restartability in Azure Data Factory

By

I presented at SQL Saturday Pittshburgh this past weekend about populating your data warehouse...

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