Sign In
Sriram's 2 Cents
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
June 2011
(6)
June 2010
(1)
March 2008
(7)
September 2007
(1)
August 2007
(6)
MSDN Blogs
>
Sriram's 2 Cents
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sriram's 2 Cents
Some SQL Server Licensing Scenarios
Posted
11 months ago
by
sriramgmsft
0
Comments
I recently was asked about licensing SQL Server in the following two scenarios that may be confusing at times Can i only license a portion of the physical processors for SQL Server by restricting SQL Server’s usage of the processors by using the...
Sriram's 2 Cents
SQL Server Benchmark tools and stress testing tools
Posted
11 months ago
by
sriramgmsft
0
Comments
This is a FAQ and I recently collected information based on some available resources: The following Books-online topic talks about the in-built SQL Server tools to collect performance data so you can create a baseline and also identify performance issues...
Sriram's 2 Cents
Building Private Clouds with SQL Server
Posted
11 months ago
by
sriramgmsft
0
Comments
Microsoft released a reference architecture to build a Private Cloud to consolidate your database environment, for details refer to: http://www.microsoft.com/sqlserver/en/us/solutions-technologies/cloud-computing/private-cloud.aspx We will also be releasing...
Sriram's 2 Cents
My first post from MSDN Broadcaster
Posted
11 months ago
by
sriramgmsft
0
Comments
I am including the below podcast link from MSDN Broadcaster about SQL Azure – check it out: What does "IT as a Service" Mean in Regard to SQL Azure? Explains how SQL Azure enables you to provide a database platform as a service.
Sriram's 2 Cents
Microsoft Desktop Player
Posted
11 months ago
by
sriramgmsft
0
Comments
This is a great tool for you to search for relevant information on Microsoft properties all aggregated to single convenient location. The Microsoft Desktop Player delivers contextual content aggregated across Microsoft properties that is mapped to an...
Sriram's 2 Cents
MSDN Broadcaster
Posted
11 months ago
by
sriramgmsft
0
Comments
I am going to start using MSDN Broadcaster to start publishing content to this blog, if you are a blog writer you should definitely try this service out, it is amazing: www.microsoftbroadcaster.com Microsoft Broadcaster enables IT Pro and Developer...
Sriram's 2 Cents
Moving FileStream data to new location
Posted
over 2 years ago
by
sriramgmsft
0
Comments
SQL Server 2008 introduces File Stream data type that lets you store BLOB data in an efficient manner. One of the issues with this data type is there is no easy way to do space management. What happens if you run out of space on the drive that you designated...
Sriram's 2 Cents
Oracle and SQL Server Interoperability options
Posted
over 4 years ago
by
sriramgmsft
1
Comments
SQL Server provides various options for interoperating with Oracle 1) SSIS - Microsoft SQL Server 2005 Integration Services (SSIS) is a platform for building high performance data integration solutions, including extraction, transformation, and load ...
Sriram's 2 Cents
What's new in SQL 2008 Data Mining
Posted
over 4 years ago
by
sriramgmsft
0
Comments
Engine and algorithm improvements: To improve the accuracy and stability of some predictions in time series models, a new algorithm has been added to the Microsoft Time Series algorithm. Based on the well-known ARIMA algorithm, the new algorithm...
Sriram's 2 Cents
SQL Server in a Virtual Environment - Part 2
Posted
over 4 years ago
by
sriramgmsft
1
Comments
Sriram's 2 Cents
SQL Server in a virtual environment - Part 1
Posted
over 4 years ago
by
sriramgmsft
1
Comments
Here is a slide deck I recently used to discuss using SQL Server in a virtual environment:
Sriram's 2 Cents
Announcing SQL Server Data Services
Posted
over 4 years ago
by
sriramgmsft
1
Comments
http://www.microsoft.com/sql/dataservices/default.mspx
Sriram's 2 Cents
SSIS - A hosting scenario
Posted
over 4 years ago
by
sriramgmsft
1
Comments
Issue: 4 instances of SQL Server installed on a 4 node cluster with any SQL Server instance possibly failing over to any other node. All 4 nodes have SSIS installed on them. (I am assuming you have not clustered the SSIS service). You want users to be...
Sriram's 2 Cents
Accessing SSAS cube from Java
Posted
over 4 years ago
by
sriramgmsft
1
Comments
I was recently asked this question and so did some research and here are some of the options: 1) XMLA is the protocol designed for universal access to SSAS from heterogeneous clients - http://msdn2.microsoft.com/en-us/library/ms187178.aspx 2) 3 rd party...
Sriram's 2 Cents
What can and cannot be clustered, what is and is not instance aware
Posted
over 5 years ago
by
sriramgmsft
1
Comments
SQL Server 2005 includes a number of different services and it is an interesting topic of discussion on what services amongst these can be clustered and what services are multi-instance aware. Cluster aware services: Database Engine - This includes SQL...
Sriram's 2 Cents
Do i have to store Sharepoint content in SQL Server?
Posted
over 5 years ago
by
sriramgmsft
1
Comments
One frequently asked question is if SQL Server is the only option to store content in a sharepoint environment. The confustion stems from the fact that SQL Server is a requirement for installing sharepoint. The answer is, there is no necessity to store...
Sriram's 2 Cents
SQL Server Best Practices
Posted
over 5 years ago
by
sriramgmsft
2
Comments
This is a great site to bookmark for SQL Server best practices. There are best practices in several areas of the product. For some reason, the search engines do not always bring this site as the top hits: http://technet.microsoft.com/en-us/sqlserver...
Sriram's 2 Cents
SQL 2008 - Encryption - No more app changes!!
Posted
over 5 years ago
by
sriramgmsft
0
Comments
If you have used SQL 2005 encryption before, you might have hated the fact that you need to rewrite you application to access encrypted data. You had to use the encryptbykey and decryptbykey functions to write and read encrypted data. Well, the good news...
Sriram's 2 Cents
Cool way to search!!
Posted
over 5 years ago
by
sriramgmsft
0
Comments
If you guys havent heard of msdewey, you should definitely check it out - www.msdewey.com Search for the word " Lord of the rings" for example. Enjoy :)
Sriram's 2 Cents
SQL Server 64 bit clients
Posted
over 5 years ago
by
sriramgmsft
0
Comments
An interesting topic/discussion i came across today is connecting to SQL Server 2005 64 bit server from 64 bit clients. What options does one have? There are several good references out there. The best one i could find on this was the Data Access roadmap...
Sriram's 2 Cents
Welcome!!
Posted
over 5 years ago
by
sriramgmsft
1
Comments
I just created this blog and hope to post some useful tidbits. I am a database technology specialist and so work with the SQL Server product. I will try to post interesting information about SQL Server and the database world in general.
Page 1 of 1 (21 items)