Viewing 15 posts - 106 through 120 (of 155 total)
For tips on a real-world implementation of a data warehouse, I would suggest "Data Warehousing Using the Wal-Mart Model" by Paul Westerman (Morgan Kaufmann Publishers, 2001). Although Wal-Mart used...
October 30, 2003 at 12:48 pm
Another good book that is just about SQL Server Analysis Services (OLAP) is "SQL Server Developer's Guide to OLAP with Analysis Services" by Mike Gunderloy and Tim Sneath (Sybex, 2001).
...
October 30, 2003 at 12:33 pm
I passed 228 using the Microsoft Press book "Self-paced Training Kit: Microsoft SQL Server 2000 System Administration" but I wouldn't recommend it. It is essentially a copy of SQL...
October 16, 2003 at 8:05 am
SQL Server Reporting Services, which is currently in beta, would be an ideal solution for your web-based reports. Assuming you are on SQL Server 2000, you would need to...
October 16, 2003 at 7:44 am
To see just the data and time of when the statistics were last updated, you can use the STATS_DATE() function. The query below will list all the indexes and...
September 22, 2003 at 7:38 am
Except for the Database Developer title, the other job titles you listed are defined here:
http://www.dbajobs.com/database_job_titles.htm
What is DB4 ? Is that a clustered DB2 system ?
...
September 19, 2003 at 7:00 am
Thanks Andy. Your article was informative and I will definately use the Transcender practice tests again because of your recommendation. Did you like the MS Press book, "MCAD/MCSD...
September 18, 2003 at 12:45 pm
Members of the sysadmin and serveradmin fixed server roles can stop the services using the SHUTDOWN command from within a query. By default, members of the local Administrators group...
September 18, 2003 at 8:53 am
I think you're on the right track there. Inside your Tranform Data Task, you want to create a ActiveX Script Transformation with no source or destination columns.
Inside the Main()...
September 17, 2003 at 8:46 am
Here are some links to sites that have free forums and study guides for 70-215:
http://www.examnotes.net/forum34.html
http://boards.cramsession.com/boards/vbd.asp?b=640&pvm=False
September 10, 2003 at 12:13 pm
Great article but I think there needs to be a sequel, er... I mean Part Two that covers the 1990's. Especially some history on the relationship between Sybase and Microsoft...
September 10, 2003 at 11:37 am
quote:
You can also send mail from a Transact-SQL batch without the use of SQL Mail, by using CDO for NT Server (CDONTS)...
September 8, 2003 at 8:40 am
If you can create stored procedures in the Progress database, I think you can configure the linked server to be read-only.
There are two parameters in the sp_serveroption procedure that might...
September 4, 2003 at 7:59 am
If you want a good book covering Analysis Services, take a look at "SQL Server Developer's Guide to OLAP with Analysis Services" from Sybex (2001). The book covers a...
September 4, 2003 at 7:27 am
Chris Cubley also wrote an excellent article on this topic that includes the scripts you will need to identify and remove the duplicate records. I tested the scripts on...
September 3, 2003 at 8:00 am
Viewing 15 posts - 106 through 120 (of 155 total)