Sql Sever Restore error System.Data.SqlClient.SqlError: RESTORE detected an...
Higetting below error in restore SQL Database,System.Data.SqlClient.SqlError: RESTORE detected an error on page (0:0) in database "test" as read from the backup set. (Microsoft.SqlServer.Smo)txsuresh
View ArticleError Connecting to SQLSERVER:SQL as a drive for LocalDb
Please see below. There is some kind of communication problem when I try to access "(localdb)\Projects" using the ability to connect to SQL Server as a drive, and then ultimately later (e.g. $server =...
View ArticleFailed to map 16777216 bytes contiguous memory
I am trying to set up a Full Text Catalog on SQL Server 2008 running on Windows Server 2008 R2 Enterprise.I have created the catalog and added fields to be indexed. However, after a brief attempt at...
View ArticleWeb Site Admin Tool problem in VS2005
All,When I create a new project and try to use the WSAT security tab, I get the following :There is a problem with your selected data store. This can be caused by an invalid server name or credentials,...
View ArticleSQL Network Interfaces, error: 26 ,How to overcome this error?
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that...
View ArticleHow t minimize the loging in sql server
Hi friends, I am looking to minimize the loging in sql server 2012. My process is I have many base tables, once data will get procced we are moving these all data into their respective history table...
View ArticleInstall a application on another PC Questions
Using VS 2012. When I install my VS 2012 application on another PC I get messages about ACCEPTING these two software products (1) MS SQL Server LocalDB and (2) MS Framework. Is there a way to inform...
View ArticleUnable to connect from SQL server 2008(Sp2) version client to SQL...
Our requirement is to connect to dtatabse server from .net application sitting on application server to invoke and run the sql agent job in database server.But there is different version of SQL server...
View Articlehow to make .bak up file of a database in SQL server 2008 R2 ?
Greetings,I want to know what is the procedure to take .bak file of a database of sql server 2008 R2 and also how to restore that file , without running any sql query.
View Articlesql server 2012 transaction log file
Is it ok if we shift transaction log file to some other place?? (SQL server 2012)if i have say abc_log file in D:\mssql11.mssqlserver\mssql\data, if i want to shift that to say c: is it possible? if...
View ArticleOptimizer costings for hash join versus nest loop
I have been looking at a query that involves a join between two reasonably large tables. The optimizer picks a hash join rather than a nested loop, but when I force a nested loop it uses significantly...
View Articlehow to up the performance
Hello , everybody, Well I dont understand why to execute a stored procedure is very slow the execution... I have a question for anyone, why is veru slowwww? thanks for your feedback.
View ArticleUpdate PDF file in FileTable
Hi- I'm new to working with FileTables and am wondering if the following code (which saves annotations to a PDF file in the FileTable with changes that are made through the PDF control) makes sense. My...
View Articleshrink transaction log in sql server
DBCC SHRINKDATABASE (db_name, size)1 Is this mean i am shrinking whole database or only transaction log file ??2 If i am shrinking whole db then is it good to shrink only log file ?? By using ssms...
View ArticleInvestigate slow running query
Hi All,I have a stored proc which inside simply joins a view and 3 tables. The SP takes less than 1 sec in my DEV environment but it takes almost 10 secs most of the time in my SIT environment.1) The...
View ArticleInvalid object name for user-Defined table type parameter to stored procedure
I have a stored procedure defined with a single parameter whose type is a user-defined data type. On occasion when a call to this stored procedure is made I get an error "Invalid object name @ids". On...
View Articlebcp fails for trusted connection
Hi!This is a baffling one - we have a batch process extracting data on a remote machine from the SQL server using bcp -T and has been running without any issues until last weekend. Since last weekend,...
View ArticleMultiple TempDB files disappear on restart
1. Added 2 extra tempDB files across 2 logical drives. 2. Restarted SQL Service or the server 3. The 2 extra files disappear from tempDB. However, they still on the hard drive. ??? Why did they...
View Articlefrom dt column how to get the data into 2 separate columns as intime and...
emp_ID card_ID dt inout desc275144271992011-03-2321:25:57.0000 Successful 275144271992011-03-2321:26:04.0001 Successful275144271992011-03-2321:35:00.0001 Successful 270144277962011-03-2321:53:55.0001...
View ArticleSS2014 CTP1: table variable target causing columnstore access from batch to...
While testing the clustered columnstore indexes in SS2014 CTP1, I found the following strange behavior: a SELECT statement accessing several clustered columnstore indexes that uses batch mode if used...
View Article