SQL Server 2012 - Cannot Use Network Drive as a Backup Device
Hello Community,I am using SQL Server 2012 and I am trying to add a mapped drive as a backup device, but I am not even to see that drive from SQL Server. Has anyone else had this issue and if so can...
View ArticleModel licensing for SQL Server 2012 Business Intelligence edition
Hi,if possible, I'd like to know because it exists only the licensing for server and user cals about SQL Server 2012 Business Intelligence edition.Thanks
View ArticleTo many _WA_Sys statistics
I am running Ola Hallengren's maintenance script on a nightly basis and found that it is running 5 to 6 hours on a medium sized set of databases. When I looked into it, I found that it was due to the...
View Articledenied access to convert MA Access 2000 database to SQL Server Express
I am trying to upgrade a web application that has been running for years with an Access database behind it. I have Visual Studio 2008 and the SQL Server Express that comes with it. I am trying to...
View ArticleMove TEMPDB to another location
I tried moving the location of TEMPDBusing following scriptUSE master GO ALTER DATABASE tempdb MODIFY FILE (NAME = tempdev, FILENAME = 'C:\tempdb2005.mdf') GO ALTER DATABASE tempdb MODIFY FILE (NAME =...
View ArticleBlock / Locking
I'm currently experiencing issue with a .Net application with a SQL Server back-end.The application generates inventory via a database transaction with requirements of up to 4 a second in peak periods....
View Articleisue with insufficient system resources.
i am unable to login into the server with the above issue with sqlserver.the sql servrver was having 16 physical memory and avialble physical memory is 2.94 GBtotal virtual memory is 32 GB.available...
View ArticleSQL Server 2000 and 2005 linked to each other
Hi everyoneI have an installation with a legacy application running against SQL Server 2000 database and I am developing a new enterprise wide system which runs against SQL 2005 (which will soon be...
View Articlecluster nodes
I would like to figure out how a Cluster was setup by someone else:I login into server node1 which I am pretty sure it is the active node, open SQL server configuration manager, I see there are two SQL...
View ArticleSQL server patch for sharepoint db server
We have a MOSS 2007(sharepoint server 2007) version.SQL server backend is at Service pack 1. I would like to apply SP3 on the database server.But my question is does MOSS 2007 support SQL server...
View ArticlePackage Migration Wizard
Hi all..I am trying to migrate some 2000 DTS package to 2008 R2.When i try to connect to SQL 2000 in the wizard, there is an error:"The Package Migration Wizard requires the SQL 2000 Data...
View ArticleRetrieving info about the columns of a table - SQL Server 2012
Hi,in order to retrieve some info about the columns of a SQL table, I'm using the sys.columns view, but it seems that doesn't show which column is the primary key and which is the column description...
View Articlememoryclerk consumes a lot of memory
Hi guys,Could you explain me why memoryclerk_sqloptimizer consumes a lot of memory and how to solve it (release memory)?Please have a look reports below.1. Before2. After 5 daysSo we can see that...
View ArticleNumber of Deadlocks/sec reached to 1200
Hi All, We have a SQL Server 2005 (SP4) instance, recently we have received alert saying Number of Deadlocks/sec: 1200, this is a critical alert. I have verifyed this using SELECT cntr_value AS...
View ArticleManagement Data Warehouse (MDW) Job failing on Mirrored Server
I am using SQL 2008 R2. I set up Management Data Warehouse (MDW). One of the servers has mirroring. When I setup MDW, one of the DBs (say DB1) was on principle server (say, Server 1). Now I failed over...
View ArticleStatistics on Magic table(Triggers)
Are Auto statisitics also created on trigger's inserted and deleted tables?Manish
View ArticleWrite conflict
I have an Access 2010 front end with SQL Server 2008 R2 Back End. I have 1 Form for the user to enter data to 1 table. The table has 17 yes/no fields that I use a checkbox for half of them work fine...
View ArticleRun a powershell in sql server
Hi guys,I am tring to run a powershell in sql server like below:exec xp_cmdshell 'powershell "Get-ChildItem D:\DBBAK -Recurse -Include "*.bak" | foreach-object {$_.Fullname}"' i got the result:...
View Article