Production
Hi all,i am just started learning ms sql server dba. i am already working on the .net platformplease give me this question answer.How many instances can be installed on single computer in the realtime...
View ArticleSQL Server 2012 Express with Advanced Services (contains the database engine,...
Hi all,A new Microsoft SQL Server 2012 Express with Advanced Services (contains the database engine, Express Tools, Reporting Services and Full Text Search) was just installed in my "Windows 7" PC. I...
View ArticleMy SQL Server named instamce listens on port 1450
what changes should i request in firewall changes to systems team for developers to have access to this named instance from their desktop.Developers connect to this instance using ssms. Is it TCP 1450...
View Articleuse of FileTable causing the slow down of file copy or creating files?
Hi!I'm using SS2012I have created a filetable. My program that creates some files runs slower when the share is a file table share instead ofa normal share without file table (both shares are on same...
View ArticleSQL Server 2008R2 Copy Database fails trying to create a domain login
I have an existing SQL Server 2008R2 server on Domain_A and a new SLQ Server 2008R2 on Domain_B. I am trying to use the Copy Database SSIS method to copy an existing database from Domain_A to Domain_B....
View ArticleObject reference not set to an instance of an object.
After opening "Microsoft SQL Server Management Studio" for SQL 2012 and trying to connect to the server I get this:Object reference not set to an instance of an object....
View ArticleHow to protect UShare data
HI,How to protect Ushare data, from security prospective? What is common method(s)?Thanks
View ArticleSQL user login activity log
Hi,I am using SQL server 2000 and VB application in client computers to access databases. In our application it is possible to create user code for each users in different department. These users...
View ArticleSql Server query regarding datetime format conversion
Hi guys please help me any solution for converting datetime format from (01-April-2013) to 01-04-13 fromat.Here in my web application as i am selecting date by using datepicker with...
View Articlemultiple data file in user database
Hi All,I have three database on same server with three drive F,G,H A databsae size is 400 GB.B databsae size is 60 GB and C is 800 MBand B db 50 % select and 50 % insert transaction B database has mdf...
View ArticleDatabase curruption
Hi, CHECKDB found quite some errors on a database. The error messages are like:Msg 8909, Level 16, State 1, Line 1Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown),...
View ArticleLicensing
Hi All,Is there any special licensing cost for usage of dmv views. Please share me any licensing information. Iam using SQL2008 Enterprise edition.Thanks in advance,Venkat.
View ArticleWhat is DAC and what the use of this?
Hi Alll,What is DAC and what the use of this?--Krish
View ArticleThe operating system returns error 665(The requested operation could not be...
During our weekly maintenance jobs for database integrity (DBCC CheckDB() ) I receive the following error when one of my DBs is getting checked. I manually ran DBCC on the DB and it ran without...
View ArticleFull text searching with alphanumeric values
I'm running SQL Server 2005, Win Server 2003 SP2.I've edited the noise words txt files at Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\FTData (noiseENU.txt, noiseENG.txt, and noiseNEU.txt) to...
View ArticleCPU time higher but elapsed time lower when columnstored index used....
I am exploring ColumnStore indexing and comparing with traditional row store. I wrote two sets of queries doing the same thing - one using columnstore index and the other with primary key clustered...
View ArticleMaintenance Plans
Hi , I created a maintenance plan for taking backups for user created databases . but after executing i found that the task is failing. i went to error logs and found that there is a extra space after...
View ArticleWhy doesn’t high IOPS/low latency Fusion IODrive improve query performance?
Hi experts, I saw a few case studies in Fusion IO. This case (http://www.fusionio.com/case-studies/betonsoft/ ) shows 10X faster checkdb run times using Fusion IO. This case...
View Articledatabase corruption
Hi all,whenever database is corrupt it is possible to take the Tail -log backup.like that whenever server is corrupt is it possible to take the Tail -log backup.
View ArticleGetting DB Name in sys.dm_exec_query_stats Query
How can I get the database name in the following query? Thanks. SELECT SUBSTRING(ST.text, (QS.statement_start_offset/2) + 1, ((CASE statement_end_offset WHEN -1 THEN DATALENGTH(ST.text) ELSE...
View Article