how much memory each instance is currently using during the business day
how to find out how much memory each instance is currently using during the business day?Thanks in advance.
View ArticleDelete Selected Row from Datagrid VB
HiCan someone help me please, I need the syntax to delete or hide the selected row from a datagrid (not a datagridview) in VB.NET.Thanks A LotCherry
View ArticleWhy is INSERT INTO using so much tempdb and Why is it trying to allocate...
Why is INSERT INTO using so much tempdb and Why is it trying to allocate dbo.sort?I have a tsql proc that reads a list of tables and copys the contents to identical tables in another database. There...
View ArticleHow do i get the approximate size of back up file required to save on disk...
hi i am face with problem that is i want to show the how much approximate space required for backup or .bak file to get backup using sql query because i want to show the required memory for backup file...
View ArticleSSDT/VisualStudio requirements for SQL Server 2014
HiWhat is the minimum version of SSDT (VS Shell) is required for the creation of BI solutions in SQL Server 2014?I have VS2010 (was installed from SQL Server 2012 installation media) but this will not...
View ArticleStore stored procedure values in temp table
I am using stored procedure to get the values but column headers are not fixed..since I am using pivot function.So is it possible to create temp table according to the random header and store values to...
View ArticleWildcard certificate in mssql 2008R2
Hello, I have installed wildcard certificate in Certificates(Local Computer)\Personal in sql server. We are using Windows 2008R2 server and 2008 R2 SQL server. Certificate is issued by StartCom. With...
View ArticleImporting schema+ data using a text file containing sql commands
I have the 2012 SQL SVR Mgmt Studio installed. I received a file--snippet below... from an export of our current DB provider, Advantage. I know I have to edit a lot of commands, but my question is...
View ArticleIntellisense Stopped Working
A day or two ago, IntelliSense stopped working on my computer. Specifically, it doesn't capitalize built-in function names and it doesn't list the available tables in the same way. I am using MS SQL...
View ArticleHow to find what app server the database is connected to in Mgmt Studio
Hi all,First time using this forum...I have question for SQL Mgmt Studio...forgive my ignorance I know nothing about SQL other a few basics. Anyway, I have been tasked with setting up documentation to...
View ArticleSoftware Assurance is required
My customer has a private windows domain with 2 locations, main and the branch. The main office has 2 VMWare host servers that are utilizing shared storage. It is hosting a virtual domain controller,...
View ArticleMake the database drop down wider?
I've tried grabbing this and dragging it left/right to see if it would increase in size, but I could only move it side to side. Is there a way to make the drop down in SSMS that displays the databases...
View Articledatabase mail configuration
hi, please tell how to configure database mail through smtp, can i configure it with hot mail account and what server name i should give, if i configure with hot mail.
View ArticleLogin Failed, Error State 8 Password Mismatch For the Client [xx.xx.xx.xx]
Hi Experts,Sql error log I could notice that "Password Mismatch for the login from the client [WebServer IP Address]", the error occuring too many times in a minute say for example in 1 Min nearly 140...
View ArticleDecommissioning SQL Server 6.5 -- ODBC drivers, etc.
I'm a software consultant who's been hired to extract the data from a SQL Server 6.5 database and put it into something...anything, more modern, just so they can look at historical data once in a blue...
View Articleguest account
Is there anyway to query via TSQL, to list all databases in a SQL instance (2000, 2005 and 2008) to list if the guest account has access to the database?
View ArticleProblem with the SELECT statement
I wanted to create a view from ms. access. So I used the following codeCREATE VIEW Teaches (DayId,DayName,Period,SubName) AS SELECT D.DayId,D.DayName,P.Period,S.SubName FROM Day AS D,Period AS P,...
View ArticleInstall of Database Engine Tuning Advisor
Hi, All databases on this site are 2008R2, however I have SSMS 2012 on my desktop. I would like to install "Database Engine Tuning Advisor" on my PC, would I install the 2008R2 or 2012 versions of this...
View ArticleCopy values between tables and save id
Hello everyone, I am bumping into a problem that is possible easy to solve, but since I am a noob in SQL server, I might be glitching somewhere.I have a table that holds Image type called Attachments...
View Article