SSMS Backup databse
I use SSMS to back my database and realized that SSMS add newer database to the same file.For example, I use MyDB.bak file to backup my db.I look the content it inlcudes all previous version of the...
View ArticleSQL Server 2014 and SharePoint on-line (Office 365)
Hi,I've read something about the new version of SQL Server and I'm searching new about what will be delivered on SharePoint on-line: PowerPivot? PowerView? Other?Any suggests to me, please?Thanks
View ArticleUndo Changes in Table Help!!
I accidentally executed this queryUpdate Table Set Field = 1 Where Date < dtI need to undo this, is there i way to do so?Havent touch sqlserver since the execution of that query.
View Articletempdb full
Hi,Our tempdb database in on of our production environment is full, due to this backup dont happenPlease adviceRegards
View Articlesend backup report through dbmail
Hi,I am sending backup reports to manager on daily basis, I want to automate it through dbmail.What is my requirement is :First I should check if the database backup has happend with start and finish...
View ArticleAccess issues in SQL Server 2008 R2
Recently we had a SQL Server knowledge transition from one of our client. The client has numerous servers and hence during the transition they missed some of the servers in the inventory. Now we have...
View Articlesql_handle for a Stored Proc does not exist in dm_exec_query_stats
I am in the process of creating a script that would return the resource usage of stored procs in SQL 2005 as there is no "dm_exec_procedure_stats" DMV available in SQL 2005. I have used the following...
View ArticleTPC-E test on SQL Server 2012 high runnable task count
I know I probably shouldn’t be replying to this old thread, but I’m crossing my fingers that Jonathan Kehayias will see activity on this old thread and respond…I’m using Quest Benchmark Factory to run...
View ArticleHow to find whether a db is accessed
HelloI want to know whether a db is getting accessed at all. As the server is a shared server and has lots of db's hosted its not really a good idea to run profiler trace.My second option was to run...
View ArticleOLE DB provider "SQLNCLI11" for linked server was unable to begin a...
Hi,I am running SQL Server 2012 Standard with SP1 and am executing a stored proc on the source server which in turn executes a stored proc on the destination server. This is all done via linked server....
View Articlesql server 2005 active/passive cluster
Need steps to change sql services account to a different account on sql server 2005 active/passive cluster.
View ArticleLast Time DataBase Was Written to
On a SqlExpress 2005 I have a DB named X. I need to know the last time a table was written to in X. There are about 50 tables.Thanks
View ArticleDBCC CheckDB
I am brand new to database Engine forum. I have been searching all along for a solution. I need your help with the following. I did a DBCC check DB for my Database and this is what I got. Can someone...
View ArticleThere is insufficient system memory to run this query Error: 701, Severity:...
SQL 2005 SP3 64bit, 48GB of memory, I have min memory=0 max memory=40GB, mem per query 1024KB, AWE is off. I am only getting this error when I run a query that creates a few namespaces. Any ideas on...
View ArticleHow to create filegroups so the DB can span across several 500GB drives in...
I am researching to find out what the syntax is for creating filegroups in SQL Server. My issue is that the server is attached to the SAN and 6 drives are dedicated to my server however that are 500GB...
View ArticleDBCC checkdb with Physical_only take a lot of time (the result is always...
Hello at all, I have a sql express 2005 sp3 where there is a instance (named autodeskvault) and there are within five db . For a few weeks I noticed that I use the dbcc with "physical_only" option but...
View ArticleDate and month switched
Hi, The field is a string that is like 04/06/2013 07:18:47 AM and then I further convert it to be a date, likecmd.Parameters.Add("@join_dt", SqlDbType.DateTime).Value =...
View Articlesqlps warning spam
Hi everyone.SQL10.50.2500 I start sql server powershell console (Right click on Object explorer server node:Start Powershell) "sqlps.exe". When it initialize, and when i try to execute any command, i...
View ArticleInstance connection problem
Hi, I tried to install SQL server 2008 through local account , it got successfully installed. But after that i faced an issue while connecting to instance. It was giving the error. Error...
View ArticleSQL Server using too much memory
Hi,I am running a windows server (Windows 2008 R2) with SQL server 2008 R2.SQL server is using too much memory. I have already set the maximum server memory in the management studio.Since this...
View Article