cluster

Technical Article

Auto-creating tables when creating database

  • Topic

Hi,I use the SQL server as an example of RDBMS in a database course, but I´m not an expert in SQL Server specific features. When I create a new database using Enterprise Manager, the new database includes the system tables plus 2 user tables. So, I think some of the students have created a sort of system-wide trigger; every […]

You rated this post out of 5. Change rating

2004-03-22

1 reads

Technical Article

Moving a Table

  • Topic

Hi..I'm a new DBA to SQL Server.  I have three tables  that is "larger" than the rest about a 1 million+  rows each and expect to grow greatly.   Would it benfit me to move the three tables into seperate data file?   If so, how would I move them?    Thanks for any input.... 

You rated this post out of 5. Change rating

2004-03-22

1 reads

Technical Article

RE: Question of the Day for 21 Mar 2004

  • Reply

The correct answer is in line with what BOL says, but one would think that if I ran the code below I would get "master proc" displayed.  But I get "pubs proc".  Does this suggest that BOL is wrong? use pubs go create proc sp_test as print 'pubs proc' go use master go create proc sp_test as […]

You rated this post out of 5. Change rating

2004-03-21

Technical Article

RE: SQl Server Licenses Issue along with reporting/analysis services

  • Reply

yes they can be run on one box, reporting services comes with sql 2000 standard, so you dont need to worry about its license.  As far as processor, ram, that depends on your specs, how often process cubes/ reports, how big are your databases.  ( I would buy as big as budget allowed)

You rated this post out of 5. Change rating

2004-03-16

Technical Article

RE: SELECT * FROM @TableName ?????

  • Reply

Sergio, This sounds like an opportunity to use the partitioned views feature of SQL Server instead of going with the dynamic sql hack.  I agree with Jonathan that violating this data integrity rule shouldn't be done lightly.  However, you might still make this situation viable by using an updateable view against these underlying implementation tables. […]

You rated this post out of 5. Change rating

2004-03-16

Technical Article

RE: XP_SENDMAIL

  • Reply

The correct way to call xp_sendmail using T-Sql is:Exec master.dbo.xp_sendmailThe use keyword in T-Sql is to change the database context in which you are working.  YOu cannot do that within a procedure or trigger.  When trying to use an objec tin another database you need to use th fully qualified name like in the example […]

2004-02-06

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