CHECKDB Job running for very long time
Good Morning Experts,CHECKDB Job has been running for a very long time. I checked sys.sysprocesses table and it is showing lastwaittype as LATCH_EX and waitresource as DBCC_OBJECT_METADATA. It is also...
View ArticleLocation of a Stored Procedure that uses OleDbCommand
I’m using SQL Server 2008 and am aware that a stored procedure that usesSQLCommand can be found in the Programmability folder of a database inObject Explorer.I’ve come upon vb.net code that references...
View ArticleSQL Autocommit feature ON ?
Hi All, I understand autocommit is default for Sql Server 2008 R2. I do not see this is ON. After every DML Statement, I see the changes only in the QA (Query Analyzer) window from which the commands...
View ArticleApplication Role with multiple applications
Hi,I am using application role with sql server 2008 r2 express edition.There are 2 applications.1. WPF application - Every SQL connection open with sp_setapprole and close with sp_unserpprole2. Window...
View ArticleSQL Server Express
I am having problems installing SQL Server on my Windows 10 Home. Can someone point me to the right forum. I received some help and responses stopped?JohnB
View ArticleCreate database in an automated fashion?
Hello Folks -We use Microsoft SQL Server at nearly all of our clients for our Oracle Hyperion applications. However, we were wondering if there was a way to automation creating a database using batch...
View ArticleSetting up a server with Windows Server, SQL Server, Hyper-V, etc.
Hello, I posted this question in another forum and was advised to re-post it in each subject/topic forem - Windows Server; Hyper-V; SQL Server.My employer provides an MSDN license, so I have that...
View Articlerestore database loses full text index
I backed up my database from a remote server, and then "restored" it to a local copy on my PC.I find that one column that should allow full text searches does not work on the local copy. Why is that,...
View ArticleProblem about SSMS encrypt connection to SQL server.
I follow the steps to encrypt connection in the following URL:https://msdn.microsoft.com/en-us/library/ms191192.aspx#ConfigureClientConnectionsHowever, I get the following error message:"A connection...
View Articlecan we overwrite a backup file which is not expired??
can i overwrite a backup file which is not expired . let me explain in detail what i did. DBNAME : TEST STEP 1 : RIGHT CLICK ON TEST----->TASKS---->BACKUP SOMEWHERE AROUND 10 PM I HAD TAKEN...
View Articlehow to upload e-files from ms access (FE) to sql server(BE) and also download...
sorry if my question is very general because i am new to sql server.i have a spilitted ms access database for managing documents. for each "docno" i have e-file attachments until now i was using path...
View ArticleSQL server connection
I had an issue recently where the third party tool which will use sql query and will fetch data from SQL server didnt fetch data for longer time due to network issue.Is there any way from SQL server...
View ArticleSQL SERVER 2008 R2 Version download for 32 bit windows 7
Hello everyone,Recently I lost my SQL server from my PC also lost the saved CD contents to install it. Now I need to download it again.I want to download SQL Server 2008 Express for my Windows 7...
View ArticleWindows 7 / SQL 2008 Server R2 SP1 KB976932
I am desperately seeking the answer as to which and how many of the options I needed to download. I recognize that I am extremely late to making the upgrade, but was unaware until I installed new...
View ArticleUnable to connect to SQL Server
Hi,Hobby coder having problems connecting to SQL Servers that I know are present. My "connection" form shows three servers available but will only connect to one.I am able to connect to this SQL...
View ArticleI want to know about Microsoft license
hello support,I want to know if 16 core license then how many server required.I want to know how may type license have in Microsoft. like core base or processes base . and what is the difference
View ArticleHow to reduce or clear LDF database file size
Hi All,I restored the database MDF and LDF files from SQL1 to SQL2 server, I have question why i need LDF file on SQL2 server the LDF file size is 25GB so how to reduce the size of LDF or clear it.can...
View Articlelast 2 months records in SQL
I try this SQL query to get current total and also last 3 months records.. Select distinct tblRv.Owner, (Select Count(*) as total from tblvv WHERE MasterID =tblRv.ID and Name <> '') as...
View ArticleProblems connecting to Azure Database due to firewall error
Hi, i'm trying to create a new online database using Azure. I've created the server and database on the Azure Portal, but i'm having trouble connecting to it from SQL Server Mangement Studio 2016 and...
View Articlewhere can I download .net Framework 3.0 3.5 4.0 vhd or vhdx
hello guys,where can I download .net Framework 3.0 3.5 4.0 vhd or vhdx?I need those files to install SQL Server in Window Server 2012 R2 Standardplease help me guys.
View Article