Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Saturday, July 04, 2009

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Knowledge Base > SQL Server
Search:
What's New - What's Hot
Listings for Administration Administration (6)
Listings for Articles Articles (54)
More Categories for Bugs and Fixes Bugs and Fixes (111)
Listings for Data Provider Data Provider (8)
Listings for Encryption Encryption (1)
Listings for Errors Errors (27)
Listings for Import & Export Import & Export (4)
Listings for Information Information (45)
Listings for Installation Installation (3)
Listings for Security & Login Security & Login (8)
Listings for SQL Mail SQL Mail (3)
Listings for SQL Server 2005 SQL Server 2005 (8)
Listings for SQLXML SQLXML (5)
Listings for Stored Procedure Stored Procedure (9)
Listings for Virtual Instance Virtual Instance (0)
Listings for Windows XP Windows XP (2)


SQL. How to find holes in sequences.        
Total Hits: 9  |  Today: 0 Author: Anton Burtsev       Rating:  
Read Reviews | Write Review |   Your Rating: 

Did you ever been asked to find all holes in document numbers (docs are sequentially numbered)? I had to do this search twice. Once for auditing purposes: holes may mean some sort of forgery. And now customers want to reuse numbers of deleted docs. And how do you think holes can be found using SQL ? Assume we have:...

How to store any file into SQL database.        
Total Hits: 15  |  Today: 0 Author: Md. Marufuzzaman       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is just a simple article to Store any file format into a SQL server database. Recently I completed a project where I need to store various file i.e.Microsoft Office file formats, Pdf, Images etc.). When I start to write code I write a function to store binary, after that I thought why not I am using direct bulk insert from a StoredProcedure....

How to Use a Multi-Result Set Stored Procedure in SSIS        
Total Hits: 93  |  Today: 0 Author: BobP1339       Rating:  
Read Reviews | Write Review |   Your Rating: 

Recently, I had the pleasure of working with a data source that returned all of the transactions with one Stored Procedure. However, this meant the Stored Procedure returned 14 result sets and an output parameter. The question was how to get the 15 result sets into SSIS. The answer: use a script component. This article describes the path I took to handle this. All connections in SSIS are handled through connection managers. We will have to have a connection manager to connect to the source datab...

How to Import a Comma Separated File into SQL Server 2008        
Total Hits: 239  |  Today: 0 Author: Ashish Kumar Mehta       Rating:  
Read Reviews | Write Review |   Your Rating: 

Database Administrators and SSIS Developers will often come across scenarios where they need to import a comma separated delimited text file into SQL Server. Providing the data in comma separated delimited text file is a very common practice which is used by many organizations around the world. Once the delimited text file is generated the files can be compressed and FTP’d to a client location from where it can be picked up and loaded into SQL Server 2008 using SQL Server Integration Services....

How to find a SQL Server DBA Job        
Total Hits: 87  |  Today: 0 Author: Edgewood Solutions Engineers       Rating:  
Read Reviews | Write Review |   Your Rating: 

I am new to the SQL Server platform and want to break into the field. I have been doing IT work for a while now and I am looking to focus my career on SQL Server. Do you have any suggestions? Where should I start? What should I be prepared for during the interview process? Congrats and welcome to the field. It will probably be a long road, but one of the first decisions that needs to be made is exactly what you want to do. You could work as a DBA, Developer, BI developer, BI Admin or a com...

How To Implement Proactive Caching in SQL Server Analysis Services (SSAS) 2005        
Total Hits: 136  |  Today: 0 Author: Ray Barley       Rating:  
Read Reviews | Write Review |   Your Rating: 

We have chosen MOLAP storage in order to maximize the query performance of our cubes. Since we have a number of cubes we are now focused on coming up with a strategy for keeping the cubes up to date as the data in our warehouse changes frequently. Can you give us the details on how we go about implementing the Proactive Caching feature in SQL Server Analysis Services 2005?...

How To Use the Analysis Services Processing Task in SSIS 2005        
Total Hits: 136  |  Today: 0 Author: Ray Barley       Rating:  
Read Reviews | Write Review |   Your Rating: 

We are looking to automate the processing of our SQL Server Analysis Services dimensions and cubes. We'd like to add this processing to our existing SQL Server Integration Services (SSIS) packages which periodically update our data warehouse from our OLTP systems. Can you give us the details on how the Analysis Services Processing Task can be used in an SSIS package?...

How To Use the Analysis Services Execute DDL Task in SSIS 2005        
Total Hits: 132  |  Today: 0 Author: Ray Barley       Rating:  
Read Reviews | Write Review |   Your Rating: 

We are looking to automate some tasks to be performed on our SQL Server Analysis Services Servers. Can you give us the details on how the Analysis Services Execute DDL Task can be used in a SQL Server Integration Services (SSIS) package? The Analysis Services Execute DDL Task is a very useful one, allowing you to do just about anything with a SQL Server Analysis Services instance. For example you could backup a database, process a cube, create a partition, merge partitions, etc. You specify c...

How To Define Measure Group Partitions in SQL Server Analysis Services (SSAS) 2005        
Total Hits: 153  |  Today: 0 Author: Ray Barley       Rating:  
Read Reviews | Write Review |   Your Rating: 

We are anticipating building some very large cubes and would like to get a handle on how to partition our measure groups to provide flexibility in processing and administering our cubes. Can you guide us through the steps to define multiple partitions for a measure group and provide some explanations? The default behavior in SSAS is to create a single partition for a measure group. Creating multiple partitions for a measure group is definitely a best practice when you have very large fact tab...

How to setup SQL Server alerts and email operator notifications        
Total Hits: 176  |  Today: 0 Author: David Bird       Rating:  
Read Reviews | Write Review |   Your Rating: 

Setting up an alert to e-mail an operator with a message is a multiple step process. You can setup database mail, define an operator and an alert, but still no e-mail is being sent. So how do you send an alert to an operator? First setup database mail with a profile named SQLAlerts. The profile can be named anything but in these instructions, the profile name SQLAlerts is referenced. If you wish to use a different profile name just substitute accordingly. For procedures in setting up database ma...

Using DBCC UPDATEUSAGE to get accurate space allocation information in SQL Server        
Total Hits: 125  |  Today: 0 Author: Armando Prato       Rating:  
Read Reviews | Write Review |   Your Rating: 

Microsoft does not guarantee that table and database space allocation information will be maintained accurately. In a high transaction OLTP database or after a large bulk copy of data has been performed, this can lead to inaccurate database space reporting when using the system stored procedure sp_spaceused....

How to setup linked servers for SQL Server and Oracle 64 bit client        
Total Hits: 147  |  Today: 0 Author: Tim Ford       Rating:  
Read Reviews | Write Review |   Your Rating: 

We have two SQL 2005 64-bit clusters in our organization: a four-node production cluster and a two-node dev/test cluster. We recently migrated a database from SQL 2000 that relied on an Oracle linked server for some of it's computations. No big deal, right? Install the Oracle client software and create the linked server just like in SQL 2000 right? Be sure to repeat the process on both nodes for failover-sake, right? Wrong. In the case of 64-bit SQL instances we have a few extra steps we ...


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net