instances
Hi,How many max instances can be installed in sql server 2000, 2005, 2008, R2, 2012.
View ArticleTuning SQL Query
Hi All,Any suggestions/recommendations on tuning this query ? select distinct tbl1.NUMBR, tbl2.LCLTY , tbl2.NPIN, tbl2.PINN from dbo.LINE as tbl2,...
View ArticleSQL Server 2008 R2 unable to create a required installation folder.
I have a macbook pro with windows 8 running on bootcamp. I have trying to install SQL Server 2008 R2 by right running it as administrator but I keep getting a "Windows was unable to create a required...
View Articlehi
can anyone please tell me what are the parameters when we want to tune a query or stored procedure in SQL.THANKS IN ADVANCE.
View ArticleMS-SQL not working on My Windows 8
I Have Dell Desktop with built in Windows 8. I installed Visual Studio 10. Now I want to create a SQL database in my project It shows error. Other than SQL all are working properly. Even I tried to...
View ArticleNeed Help with Search
Hi,I need to search within various columns for a specific field.How do I do that?
View ArticleCould you please suggest how can we trigger a sql Job when some of the views...
Could you please suggest how can we trigger sql Job when some of the user defined objects are missing.we have some views which get dropped when the database is restore. so could you please suggest how...
View Articleestablishing connection to SQL server suddenly failed
Hi,I had a working SQL connection before, but today i've tried to connect and got this message:TITLE: Connect to Server ------------------------------ Cannot connect to User-PC\SQLEXPRESS....
View ArticleInstallation Problem
I have problem about ms sql 2008 r2 step select features not show select.messeg : The version of SQL Server instance Shared Component does not match the version expected by the SQL Server update. The...
View Articlecapacity monitoring and space management of ms-sql databases
I am pretty new to ms-sql (not a DBA role more a risk analyst), but I have some basic questions around database space management.1, lets say you have 10 databases within the same instance, do you...
View Articlelist all tables and columns in scheme
Hi all, how do I list all tables and columns in scheme?
View ArticleMigrating from MS Access
Hi,I need to build .NET applications that collect field data (ie. Hydrant Inspections). Currently my .NET application stores data in a .dbf file, which we then import into an MS Access database...
View ArticleBackup
Hi,If database full backup is taking 1 hour, at the same time transactions are being happened for a database then will the transactions exist in the backup?Whenever bulk insertions are happened in bulk...
View Articlestored procedure
Hi,User complained that stored procedure is running very slowly or not responding properly, what steps we need to follow to resolve it, please explain with what may be the causes and its resolution.
View ArticleWays to display SSMS data vertically?
We have several tables with 30+ columns (imports from an older system). Scrolling horizontally through the data is cumbersome at best. What's the best way in Sql to present the data vertically, like...
View Articleone question about sql server 1st time transaction log backup
One big database is created at 5:00 PM.No full backup and no transaction log backup before.At 6:00 PM: kick off 1st time full backup of this databaseAt 6:15PM: kick 1st time transaction log backup of...
View ArticleSpread the Love! Be our SQL Server TechNet Guru, this Valentine's
TechNet loves you! We love your contributions at TechNet Wiki sooo much that we give you more than just love in return...We give you NOTORIETY, GLORY... and VIRTUAL MEDALS!That's not all, this love we...
View ArticleSql 2008 (x64) and .NET 4 Framework compatibility issues?
We have a Windows 2008 Server (SP2) x64 box with sql 2008 x64 installed. We need to upgrade our SAN software and it requires we install .NET 4.0 on the box. Are there any known compatibility issues...
View ArticleInstalling SQL Server on Windows 8.1 Enterprise
I have tried to install SQL Sever 2012 Developer Edition five times on Windows 8.1 Enterprise.I get this error:Could not find the Database Engine startup handleWhat could be causing this problem?...
View ArticleHow SQL Server compares date/datetime in low level?
Hello Everybody, I have one question, related with date comparation on SQL Server 2008R2. For example I had declared one variable: declare @aDate1 DATE = '2011-01-011', Then, if I need to filter data...
View Article