Viewing 15 posts - 1,021 through 1,035 (of 2,496 total)
Mingware
From the Scottish: To Ming - to be unsavory in any and all ways imaginable
Example: Corporate mingware - the stuff loaded on our machines by corporate IT that interferes with...
May 10, 2010 at 4:05 am
The default collation has changed from SQL Server 2000 to SQL Server 2005.
In SQL Server 2000, the default collation was a SQL Server specific collation. For SQL Server 2005...
April 27, 2010 at 3:22 am
Why are you planning to use IA64 instead of X64?
April 26, 2010 at 8:46 am
I think cloud services are here to stay, at least until the next big thing. The financial argument for cloud is so good there will be a lot of...
April 26, 2010 at 7:43 am
The data from your parameter can end up in an IN list in your stored proc.
I do not have an example I can show you today, but may be able...
April 21, 2010 at 6:23 am
eric, there is a big difference between having a database in two files and having it in two file groups. Please see BOL if you do not understand...
April 21, 2010 at 3:16 am
If you are calling a stored proc in a dataset, it is easy to pass a parameter list from a multivalue parameter by using a JOIN expression.
Lets assume you have...
April 21, 2010 at 2:59 am
This can be done easily by using the JOIN built in function in SSRS.
April 20, 2010 at 7:04 am
SSRS of any version can pull data from SQL Server DB of any version. 32-bit and 64-bit makes no difference.
You may have problems if you want to use data...
April 20, 2010 at 7:03 am
Mirroring can be a useful way to quickly get access to your operational data, but there is a gotcha if you are using replication.
The mirrored instance uses the same physical...
April 20, 2010 at 3:56 am
You will probably have to use SQL Server Authentication, and not Windows Authentication. This is because there is not a common Windows domain that both SQL Server and your...
April 19, 2010 at 7:00 am
Back in the old days of punch card data entry, it was standard practice for each set of data to be processed by two different people, and the data only...
April 19, 2010 at 6:53 am
Take a look at http://sqlcat.com/whitepapers/archive/2009/09/23/using-replication-for-high-availability-and-disaster-recovery.aspx
This is a customer study of using P2P replication to provide both high availability and DR. It might cover all you need.
April 19, 2010 at 5:58 am
You need to start with what the business expects. This may be different for different databases. Different expectations will drive different solutions.
Take a look at the questions given...
April 19, 2010 at 3:03 am
It may be worth running OCSETUP("NetFx3") and rebooting, then retrying your SQL install.
April 12, 2010 at 9:41 am
Viewing 15 posts - 1,021 through 1,035 (of 2,496 total)