Best Way to Capture Stored Procedure Calls through Extended Events?
I am trying implement Real Simple Solution for Database Monitoring:If any of the RPC Calls takes more than 200 milliseconds or more than 10K Reads , I want to compile the list on daily basis and sent...
View ArticleSubtract sum of two columns in two different tables and display balance for...
Hello Friends,I have the below 5 tables1. STUDENT (STUDENT_ID, NAME)2. DEPARTMENT (DEPT_ID, NAME, CONTACT_PERSON, PHONE)3. SECTION (SECTION_ID,SNAME,DEPT_ID,Acad_LEVEL,SHIFT,TIME,ROOM)4. TUITION_BILL...
View ArticleHow to find if the SQL Reporting services are stand alone or clustered ?
Hi All,Can any one tell me how do i find if the SQL Reporting services are stand alone or clustered ?As there are no other SQL features installed on the server except for reporting.Is there any GUI or...
View ArticleImport and export data(64bits)
Hi I have a question 1. if i use Import and export data(64bits), it use sqlclient of 64 bits, it is correct? 2. When I use tcp, port 6000 why if I don't put the port, I connect to sqlserver, if...
View ArticleHow to install SQLServer 2008 on MS Server 2012
I have a brand new fresh out of the box Server that has Server 2012 installed and all the updates installed. I am trying to install SQL Server 2008 small business and it fails at installation rules...
View ArticleSQL SERVER 26 ERROR
DEAR SQL EXPERT TEAM( an error has occurred while establishing a connection) when i am connecting a system through a client system it is getting an error message code 26 regards s hemanth kumar
View Articlefunction not returning result
I have written a function to return certain output with a given input ///////////////////////////////query////////////////////////////////Function////////////////// CREATE FUNCTION DescriptionOfGrades...
View ArticleUnable to delete records as the transaction log file is full
My disk is running out of space and as a result I decided to free some space by deleting old data. I tried to delete 100,000 by 100,000 as there are 240 million records to be deleted. But I am unable...
View ArticleProblem in insert data form datagridview to sql table
Hello every oneam building a vb.net project with sql 2012 as bakendI have a problem in insert command my code is as under Dim n, m As Integer n = Me.dgv.Rows.Count - 1 For m = 0 To n - 1...
View ArticleSQL Server 2008R2 Download Link
Hi All,After browsing for SQL Server 2008R2 enterprise evaluation edition I came across below link for SQL Server 2008 evaluation but not...
View Articleproblem with datetimepiker
Dear every one Regardsam new in vb.net my problem is this!i developed a windows form if i click on datetimepiker and then select a date then okif i do not click any date then massage showAdditional...
View ArticleSum of hours and mins
Hi,Im trying to get sum of Hours of particular employee depend upon project .In the the below query I got the employee hours but I want sum of all hours.in the below query it was not showing...
View ArticleSQL License Downgrade
Hi,I would like to ask help on some scenarios on SQL 2012 Standard Implementation. Say for example, i have 1 clustered SQL 2012 Enterprise Evaluation scenario. Im planning to downgrade it to SQL 2012...
View ArticleBackup/Restore - File Source Not Found
I'm having trouble restoring a .bak file while moving it from laptop A to laptop B. First, on A, I backed up the 'Staging' db, creating the Staging.bak file which I transferred to laptop B. I restored...
View ArticleGot Blank Page while installation
Hello,I have got a blank page as captured in following when installing MSSQL 2012 SP2 Standard for trial use. I am no idea about it. Could anyone can advise?I am using Citrix Xen VM for my...
View ArticleJob with Multiple Schedule of same time & only one is executed, Why
Hi ALL,I've Created a package to notify report in email as excel, which is using a path to render report and save it as excel.This package was need to be schedule every first day of month and on every...
View ArticleFetch API cursor
Hi, The sql service is reporting the following query running more 100k execution per minutes- fetch api_cursor 000000018.How can I diagnose, which queries are being requested from my database. i tried...
View ArticleError while installing the named instance SQL 2012 Sp1
Hi,I am getting below error while installing the named instance with features Data base engine. on same server box 2 named instance already installed and working...please suggest. i have done a lot of...
View ArticleBackup and Restore Scenarios
Hello Everyone,I want to estimate how much stuff I have, in BACKUP &RESTORE concepts.so please ask normal as well as scenario based questions regarding this.so what's late let us start... please!...
View ArticleWhat is the use of Cartesian Product or Cross join?
Dear friends... I have done with inner join, self join and outer join. But I m getting confused with cross join. I know it used to produce Cartesian product of two table. But I wanted to know what...
View Article