backup schedule
Our admin has demonstrated a recent full backup for all our sql server databases, but not being a SQL admin myself, where in sql server software can you see what is scheduled for backup, i.e. how often...
View ArticleSQLVDI errors on SQL Server 2008 R2
Several days ago the Veeam backup for my SQL Server 2008 R2 server started to fail with SQLVDI errors. I originally thought it was a Veeam issue, but last night I tried running Windows Server Backup...
View Article"The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION."
Hi,I checked other threads; they don't seem to answer this question, which is very basic. I've tried the MS Help but it's clear as mud.I come from an Oracle background. I'm learning SQL Server because,...
View Article"is not a recognized built-in function name" Problem
Hi thereMy function makes a call to another existing function but MS SQL throws the exception:...is not a recognized built-in function nameI understand I have to prefixed it with the "dbo." name, but I...
View Articlequery on empty data and null dat
i have two tables dept (parent table){<DEPTNO (PK),DNAME,LOC>}; emp table (child table){EMPNO (PK),ENAME......MGR_ID(REFERENCE KEY WITH EMPNO).....DEPTNO}; in child table it has <MGR_id>...
View Articlereferencing a table of different database
Hi all:I have two databases, principal and cuentas in two serversIn a sp of principal I reference a table in cuentas I docuentas.dbo.paisesIn my local server it works fine, but not in my hosting. I...
View ArticleUpgrade sql server 2008 R to sql server 2012 on personal laptop at home
I have installed SQL server 2008 R on my personal laptop for practice at home in order to write microsoft certification. Now that I am specifically writing exam 70-461 for Microsoft SQL Server 2012.my...
View ArticleUDP ports 137/138 has to be allowed for sql server remote communication?
Can I use the host file to resolve instead of using NetBIOS?I am not using any file sharing or replication service, just using sql remote communication from server 1 to server 2(SELECT, insert , update...
View ArticleRegarding sqlserver
Hi, I have a product 100 copies are thereThree customers a,b,c are thereat a time a-60,b-40,c-50 has given orderin this situation how can we write a queryPlease help me
View ArticleMaintainance plans
Hi,How to migrate the maintainance plans from one server to other server?
View ArticleLogfile
Hi,Difference in logfile when recovery model full and bulklogged?i.e For For full recovery model how logfile works and for bulklogged recovery model how logfile works?
View ArticleBulk insertions
Hi,What happens when bulk insertion is done for logshipped database in full recovery model?What happens when bulk insertion is done for logshipped database in bulklogged recovery model?Difference in...
View ArticleHow could I install FailOver cluster of SQL 2008 server ?
I tried to install FailOver cluster of SQL 2008 server by Hyper-V windows2008R2 guest and Host OS windows2012 iSCSI target.Is there any step-by-step guide for Failover cluster ?
View ArticleSql: why delete top (1) from table does not work in store procedure?
Inside store procedure, we try to delete top row from a table @TableDeclare @Temp Table (ItemNumber int Primary key)Insert into @Temp select 1UnionSelect 2Delete Top (1) From @Tempselect * from @Tempwe...
View ArticleSQL Server Error: 161 And SQL Server Error: 17
Hi.. When I Make Sql Server Odbc Driver In client Side I face SQL Server Error: 161 And SQL Server Error: 17 Please give me some help thanks in advance Jawad Khatri.
View ArticleRetrive data in sql server 2008 with procedures
Hi,Is it possible to retrieve data from a sql table through a stored procedure. i heard that we should use functions() in MS SQL 2008 to retrieve data.Another can we update a table through a function...
View ArticleList of Perfmon counters for sql server
Can anyone guide me for list of all perfon counters and their standard vale which is necessary to collect data for analyzing of sql server.
View ArticleSQL Server 2012 AlwaysOn Failover Cluster Instances - Node A and Node B and a...
Hello @allI'm trying to decide what kind of solution we want to implement in our company.We are trying to build a Cluster with Node A and Node B in our main data center with SQL Server 2012 Std...
View ArticleVB app development with an attached SQL database
Hi, i'm just getting acquainted with VB and if my question has already been answered, please let me know.I'm building a two-part application: a frontend which employees can use to register their...
View Article