Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, March 12, 2010

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 > Support WebCasts > SQL Server 7.0
Search:
What's New - What's Hot


Support WebCast: SQL Server 7.0 Full-Text Search and Basic Troubleshooting Methods        
Total Hits: 474  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

November 2, 1999
This presentation will cover the basic Full-Text Search (FTS) features and functionality introduced in SQL Server 7.0. We will discuss the Full-Text Indexing and Search processes, compare FTS results to the LIKE function. We will also talk about FTS stored procedures, FTS performance tuning, and basic troubleshooting methods....

Support WebCast: Inside Microsoft SQL Server 6.5 Replication
 
     
Total Hits: 485  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

October 5, 1999

This presentation covers the internals of the replication mechanism in SQL Server 6.5. It discusses the replication processes in depth and covers administration, performance tuning, and troubleshooting....

Support WebCast: Creating, Using, Debugging OLE DB Providers for Distributed Queries        
Total Hits: 509  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

October 26, 1999

This presentation is designed to give developers an overview of OLE DB provider and data source specific issues with SQL Server 7.0 distributed queries. We will also discuss how to develop and troubleshoot an OLE DB provider to work with SQL Server 7.0 distributed queries....

MySQL Tip: MySQL Server Has Gone Away Or Lost connection to server during query Fix    Version: 0.00       Price: $0.00   
Total Hits: 20  |  Today: 0 Author: Angsuman Chakraborty       Rating:  
Read Reviews | Write Review |   Your Rating: 

A much dreaded MySQL error message during queries is "MySQL server has gone away". An alternative message is "Lost connection to server during query". This is a strange problem which afflicts a wide variety of PHP software including but not limited to WordPress. There are several causes for it. Let's look at the common and some rare causes and what you can do to fix it....

Some Useful Undocumented SQL Server 6.5 DBCC Commands        
Total Hits: 47  |  Today: 0 Author: Alexander Chigrik       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article, I want to tell you about some useful undocumented DBCC commands, and how you can use these commands in SQL Server 6.5 for administering and monitoring. DBCC is an abbreviation for Database Console Command. DBCC commands are generally used to check the physical and logical consistency of a database, although they are also used for a variety of miscellaneous tasks, as you will see here....

Undocumented SQL Server 7.0 System Tables        
Total Hits: 36  |  Today: 0 Author: Alexander Chigrik       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article, I want to tell you about undocumented system tables shipped with SQL Server 7.0. These tables are used by some system stored procedures and stored in the master database (only the sysfiles1 system table is stored in each database)....

How Updates are Performed in SQL Server 6.5        
Total Hits: 39  |  Today: 0 Author: Alexander Chigrik       Rating:  
Read Reviews | Write Review |   Your Rating: 

Think of these above three methods as different ways to implement a Direct Update. The method selected by SQL Server depends on a variety of factors, which will be discussed later. On the other hand, a Deferred Update (discussed in more detail later) always uses the Full delete/insert method of modification....

Data Page Structures in SQL Server 6.5        
Total Hits: 33  |  Today: 0 Author: Tom Pullen       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article, I want to tell you about data page structure in MS SQL Server 6.5, which are substantially different that what you currently find in SQL Server 7.0 and SQL Server 2000....

SQL Server 7.0 Undocumented Stored Procedures        
Total Hits: 35  |  Today: 0 Author: Alexander Chigrik       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article, I want to tell you about some useful undocumented stored procedures shipped with SQL Server 7.0....

Some Useful Undocumented SQL Server 7.0 and 2000 DBCC Commands        
Total Hits: 33  |  Today: 0 Author: Alexander Chigrik       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article, I want to tell you about some useful undocumented DBCC commands, and how you can use these commands in SQL Server 7.0 and 2000 for administering and monitoring. DBCC is an abbreviation for Database Console Command. DBCC commands are generally used to check the physical and logical consistency of a database, although they are also used for a variety of miscellaneous tasks, as you will see here....

Connecting to Microsoft SQL Server 2008 from Microsoft Visual Studio 2005 and 2008        
Total Hits: 72  |  Today: 0 Author: Jackie Goldstein       Rating:  
Read Reviews | Write Review |   Your Rating: 

Microsoft SQL Server 2008 offers developers an advanced and powerful database engine and comprehensive programming framework with which to create data centric solutions. Since Visual Studio 2008 and 2005 were released before SQL Server 2008, their respective tools and data designers do not automatically support SQL Server 2008 and its new data types and features. Microsoft is providing SQL Server 2008 support updates for Visual Studio in order to allow the designers to communicate with SQL Serve...

Yahoo Geocode, SQL Server 2008 and ASP.NET AJAX        
Total Hits: 215  |  Today: 0 Author: Matthew Ellis       Rating:  
Read Reviews | Write Review |   Your Rating: 

Beginning where the article Virtual Earth, SQL Server 2008 and AJAX left off, we’ll add to our real estate application by enabling the insertion of new properties into our SQL Server 2008 database by querying the Yahoo Geocode service to retrieve the longitude and latitude of a specified address....

Access to SQL Server 2008 Virtual Environment        
Total Hits: 167  |  Today: 0 Author: Edgewood Solutions Engineers       Rating:  
Read Reviews | Write Review |   Your Rating: 

Back in June 2007, we announced that SQL Server 2008 is on its way in this tip SQL Server 2008 has arrived. In addition, we talked about how to learn more about SQL Server 2008 in this tip Learning SQL Server 2008. The problem with learning something new is that it often takes a lot of time to setup an environment before you can actually do anything. With server virtualization this is much easier to setup and take down servers at will, but this still requires effort to get the virtual server s...

SQL Server 2008 Transparent Data Encryption getting started        
Total Hits: 137  |  Today: 0 Author: Ray Barley       Rating:  
Read Reviews | Write Review |   Your Rating: 

While reviewing the new features in SQL Server 2008, we noticed Transparent Data Encryption. This sounds very interesting. Could you provide us with an explanation and the details to implement it? TDE is a new feature in SQL Server 2008; it provides real time encryption of data and log files. Data is encrypted before it is written to disk; data is decrypted when it is read from disk. The "transparent" aspect of TDE is that the encryption is performed by the database engine and SQL Server cli...

Using FILESTREAM to Store BLOBs in the NTFS File System in SQL Server 2008        
Total Hits: 176  |  Today: 0 Author: Ray Barley       Rating:  
Read Reviews | Write Review |   Your Rating: 

SQL Server 2008 provides the capability of storing BLOBs (e.g. MP3, Word, Excel, PDF, etc.) in the NTFS file system rather than in a database file. I am interested in how to configure the FILESTREAM technology in Management Studio. Could you help us to understand the benefits and provide details on how to implement this new feature in SQL Server 2008? Further, I am interested in how to use this functionality with the C# programming language....

Evaluating and Implementing Policies in Multiple Instances in SQL Server 2008        
Total Hits: 168  |  Today: 0 Author: Edwin Sarmiento       Rating:  
Read Reviews | Write Review |   Your Rating: 

In relation to the tip on Policy-Based Management in SQL Server 2008, we would like to implement policies on multiple SQL Server 2008 and even SQL Server 2005 instances. Can you give us a detailed explanation of how we go about doing this? Policies in SQL Server 2008 can be evaluated on the instance on which it was created. But one of the most tedious task that a database administrator needs to do is to go thru each of the SQL Server instances he or she manages and implement those polices. What...

Creating a Scorecard in PerformancePoint Server 2007 (PPS)        
Total Hits: 157  |  Today: 0 Author: Ray Barley       Rating:  
Read Reviews | Write Review |   Your Rating: 

We are just getting started with PerformancePoint Server 2007 and trying to help our business users to develop their first scorecard. For those of you who are new to Office PerformancePoint Server 2007, PPS is a recent addition to the Microsoft Business Intelligence (BI) offering. PPS enables users to develop a variety of reports and scorecards, then compose them into a dashboard which is deployed to SharePoint. Business users can then simply navigate to a URL in a SharePoint site to access t...

Creating a Member Selection Dashboard Filter in Performance Point Server 2007 (PPS)        
Total Hits: 191  |  Today: 0 Author: Ray Barley       Rating:  
Read Reviews | Write Review |   Your Rating: 

We have heard that you can create filters in a Performance Point dashboard then apply them to one or more reports and scorecards. Can you provide some step-by-step instruction on how to do this? The PPS product is a recent addition to the Microsoft Business Intelligence (BI) offering. PPS enables users to develop a variety of reports and scorecards, then compose them into a dashboard which is deployed to SharePoint. Business users can then simply navigate to a URL in a SharePoint site to acce...

Why Upgrade to SQL Server 2008        
Total Hits: 192  |  Today: 0 Author: Edgewood Solutions Engineers       Rating:  
Read Reviews | Write Review |   Your Rating: 

With the recent release of SQL Server 2008, getting up to speed on the technology is necessary from a number of different perspectives. From your view of the world what are the drivers from a business, technology and career perspective? Have you heard insight or opinions related to employers view of SQL Server 2008? Do you have any suggestions when talking to management about moving to SQL Server 2008?...

SQL Server 2008 First Impressions        
Total Hits: 158  |  Today: 0 Author: Edgewood Solutions Engineers       Rating:  
Read Reviews | Write Review |   Your Rating: 

At our organization we have had limited exposure to SQL Server 2005 because SQL Server 2000 just works. We have worked with SQL Server 2005 in some particular areas, but we do not have the enterprise experience we need to move forward. We know support will be lifted for SQL Server 2000 and know we need to jump on SQL Server 2005 or 2008 in short order. How can I get some first hand experience and what sorts of things should I try to do? In an earlier tip (Access to SQL Server 2008 Virtual Env...


1  2  Next >> 


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net