Object 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 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 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 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 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 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 ArticleSingle User Mode in SQL LocalDb 2012
Hi,Is it possible to run SQL LocalDB in single user environment to restore master database? I have access only to sqlCmd tool.I tried following from DOS window."C:\Program Files\Microsoft SQL...
View ArticleExplain Plan in SQL Server
Hi Gurus,Is there any query to get explain plan in sqlserver. How to get it.please help me.Thanks,Venkat
View ArticleSQL Server not recognizing all the temp db files
SQL Server not recognizing all teh temp db filesWe have 8 files and sql server only sees 2 after restart.Any help is appreciatedDavid Yard
View ArticleCreate Index on a table with 3 milion of records
Hii am working on a table with 3 milion record and i decide to create index on table and also use table partitioning to partition the table on date(year), i create index and partition in afew way but...
View Article