Viewing 15 posts - 16 through 30 (of 34 total)
If you are looking to combine the technical with the mangerial and business side of the eq then think about BI. BI is where the new money is IMHO and...
January 17, 2008 at 2:49 pm
If you want more in-depth knowledge of database systems separate from any one product, take a look at the graduate certificate program from the University of Maryland University College in...
January 24, 2007 at 3:34 pm
Yes SQL Server will work for the project, so would Oracle, Sybase, and DB2. Depending on the requirements you may also use MySQL, or PostgreSQL but would run into some additional...
January 16, 2007 at 11:08 pm
Could you expand more on your question? Are you asking for the prerequisites for installing 2005 on a new box or are you asking about migrating databases from sql 2000...
January 16, 2007 at 10:55 pm
Create a new user that is a member of the olapadmin group and in the DTS package in the Microsoft OLE DB connection when you are in the DTS design view change...
April 11, 2006 at 2:04 pm
To sum up your options:
“One is a timestamp column in the SQL table. I need...
February 3, 2006 at 10:09 am
The Mac OS is not suited to a business environment for one critical issue, it has a thread ability problem. In Lmbench 3.0 measurements of OS...
January 19, 2006 at 1:35 pm
If this is an XML Bulk upload then make sure that the agent running the bulk load is a memeber of the bulkadmin fixed server role in SQL Server.
Also are...
December 21, 2005 at 4:02 pm
I have to agree with a previous poster. You are much better off not using Identity as a PK (ever). It is a meaningless PK because it does not enforce...
December 21, 2005 at 2:58 pm
Let us be realistic please. If you need a complex ETL tool, you are not considering SQL2005. Seriously, individuals that need a complex ETL tool...
December 19, 2005 at 1:51 am
The book I use for teaching includes indepth set theory approach to SQL and relational systems and relational algebra. THis may be too academic a book for what you are...
December 1, 2005 at 10:03 am
You should be able to execute the .bat file from DTS using the Execute Process Task object in the DTS Task area of the DTS designer window. If you tried...
December 1, 2005 at 9:49 am
I agree with Tinker. The slowest part of any database is the disk subsystem and I/O contention will kill performance. Is the contractor also recommending going with separate physical arrays...
May 24, 2005 at 3:16 pm
Thanks for all your help. It definately put me on the right road.
I went with:
Declare @cmd varchar(100), @path varchar(50), @path2 varchar(50)
SET @path = (Select column from table where condition = 'condition')
SET...
April 29, 2005 at 2:23 pm
Viewing 15 posts - 16 through 30 (of 34 total)