Linked Server from SQL Server 2012 to SAS
Has anyone ever successfully setup a linked server to SAS? If so, what were the steps that you followed, or do you have any documentation on this? We have a base SAS 9.1 environment. I am trying to...
View ArticleDB Size and Space Available troubles
Hello GuysI have a DB with the "Size" of 20gb (SpaceAvailable 17.4GB), last friday the size was only 16GB... but the strange thing is, the "space Available" is now 17.4 GB... last friday it was...
View ArticleQuery With out using inner query..?
The image shows the design of my SQL table...and that is the output that i want...And With out using any SubQuery(InnerQuery) Plz help me to solve this
View ArticleDatabase file size in SQL Server 2008 R2
What's the database file size limitation of SQL Server 2008 R2 Enterprise Edition and Professional Edition?Thank.
View Articlecant start sql-server cervice
hii installed sql-server 2012, i got some problem in installation....i try again and now its work.MSSQLSERVER - not work , so i make hem disableMSSQLSERVER2 - work excellentif i open the service...
View Articlebackup 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 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 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 Articledefault instance of the SQL Server not visible
I am new to SQL Sever & I have also searched for my problem onggogle but didn't get it.I have downloaded and installed SQL Sever 2008 (& SSMS) from MSDN.Installation was successful. But I dont...
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 Article