sql-server
What are the advantages/disadvantages between distributing a SQL Server database as a .bak or an .mdf?
We are working on generating a database that will be distributed to several third parties. We will also re-generate this database on an on-going basis, redistribute it, and those third p开发者_Python百[详细]
2023-04-12 15:42 分类:问答When to shard a database? When to increase Hardware?
I currently have an ASP.net web application running on IIS using an SQL database. The site receives a growing amount of traffic and I want to start thinking about scaling the website up and ensuring I[详细]
2023-04-12 15:33 分类:问答Setting up Orchard development workspace
I\'m just learning orchard CMS, and have some questions: How do I setup development environment for the team? should I use source code of orchard itself (I don\'t want that) or is there a way to use[详细]
2023-04-12 15:12 分类:问答same SQL concatenation opeartor for mysql,mssql,oracle
I am trying to use same sql statement for the above three DBMS .. but the problem is that it has string concatenation 开发者_高级运维involved but there are different ways in each dbms for concatenatio[详细]
2023-04-12 15:05 分类:问答Query executed from Nhibernate is slow, but from ADO.NET is fast
I have a query in my MVC application which takes about 20 seconds to complete (using NHibernate 3.1). When I execute the query manually on Management studio it takes 0 seconds.[详细]
2023-04-12 14:24 分类:问答SSAS 2008 R2 - Datasource with an DNS Alias not working
I have an SQL Server with SQL Server Engine and SQL Server Analysis Services (2008 R2). The physical name of the server is SQ21. For beeing flexible we created a dns alias (Host A) which points to thi[详细]
2023-04-12 14:20 分类:问答Performance implications for using OPENQUERY in a view [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improv开发者_开发技巧e this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-04-12 14:12 分类:问答Powershell to configure SQL Server Facets
has anyone tried configuring SQL Server Facets using powershell... i tried with below code..and i am able to find out properties of the Facets but not getting idea on how to set values to these proper[详细]
2023-04-12 13:54 分类:问答Synchronizing Entire Databases using Microsoft Sync Framework 2.1
I need the ability to sync multiple remote databases, upload and download, with my main database. However, the problem lies in the fact that I need to sync the entire database, and the database schem[详细]
2023-04-12 13:04 分类:问答SSIS retrieving current folder within a foreach loop traversing subfolders
I use SSIS to read .txt files in input and execute my business logic over them saving the output resul开发者_如何学Cts in a file whose name is the same as the current inpout file (file name dynamicall[详细]
2023-04-12 12:52 分类:问答