|
|
Browse by Tags
All Tags » data ( RSS)
-
|
SQL Data Services (SDS), formerly known as SQL Server Data Services (SSDS), are highly scalable, on-demand data storage and query processing utility services. Built on robust SQL Server technologies and Windows Server, SDS provides highly available ,...
|
-
|
This was the big question posed by the users when a migration project is initiated at one of client's place. SQL_Server_Migration_Assistant is a must tool to asses the issues when you have a mammoth task of data migration between SQL Server and other...
|
-
|
Introducing Idera's Point admin toolset BETA : 10 Tools To Simplify SharePoint Management Idera is pleased to announce our new SharePoint management tool, the Point admin toolset (TM) , is now in BETA and ready for download! If you're faced with...
|
-
|
You may be aware about using Third party tools to compare the data between 2 tables. Using SQL Server 2005 you need not entirely dependant on such requirement, TABLEDIFF utility is the new addition to the SQL Server. This utility enables you to compare...
|
-
|
One of the best learning during Tech-Ed week was to know about SQL Server Data Services which might be suitable for the web-based platforms, type of what we have and 2 interesting features for me were 'Business ready SLA & Application Agility'...
|
-
|
No doubt that the blog subject will be a most wanted requirement on their databases, that is most responsible for a SQL Server database then arguably the most critical task that you absolutely MUST get right is your database backup procedures. Where the...
|
-
|
Better enable your users to execute their job functions, regardless of any disastrous event Availability of mission-critical applications to all users at all times is a key component of justifying business continuity and risk management plans. Merging...
|
-
|
Configuration of server such as disk and memory is an important factor for SQL Server Performance, there is all about questions within newsgroups and forums that how do I setup the disk layout for a SQL Server database (say, 2005 version). Not only this...
|
-
|
Well I'm not promoting any product here, but amused to see the email I have got from Microsoft on using Windows Live services. I can say this is true offerring and easy to access your files wherever you are, your data - any time any place! . Forget...
|
-
|
Managing SharePoint is about more than just backup, recovery, administration, or migration. An effective SharePoint strategy means being proactive, scrutinizing the entire platform (including SQL Server), and reducing your vulnerability. This white paper...
|
-
|
There is a great feature in infopath - Filter. Unfortunately this Feature is not available in Web Forms. Here ia a way to simulate this functionality. 1. The first step is to create a new form in infopath and add 2 Data Connection. 2. The First Connection...
|
-
|
When do you need data partitioning? The data you see in relational database may need such a strategy if the volume is huge, for instance the data to store event-log information having the schema such as: [Id] INT (make this primary key clustered), [Unit_Id...
|
-
|
Replication plays important role within the data-driven events in an Enterprise, vital to the sales-work force type of management. DBAs will always have a primary focus in providing protection for the data assets stored in SQL Server. Protection that...
|
-
|
When you think about effective data management, archiving will also play important role to manage your data. In this regard Windows Magazine has included best practices for your data management. Data privacy and identity theft have a higher profile in...
|
-
|
Run the following TSQL to get details of troubled subscribers that are not getting upto date data: select agent_id from msdistribution_status group by agent_id having sum(undelivCmdsInDistDB) >1000 order by sum(undelivCmdsInDistDB) desc...( read more...
|
More Posts Next page »
|
|