I can't Setup SQL Server 2008 with SQL Server 2012
I use Windows 8.1 and I was setup SQL Server 2012 successfully , after that I want to setup windows server 2008 , but each time I was tray to setup the operation failed and this message show up to...
View ArticleDistributed Transactions and Linked Servers
I'm somewhat of a novice with SQL Server but I'm learning rapidly from an application I'm developing that uses SQL Server very heavily. In conjunction with the development of this application, I have...
View ArticleInterchange
I Have three column called STG and MAP and SUB CAT MAP in my Table SPSTG MAP SUB_CAT MAP1001 NULL...
View ArticleHow can I use SQL Server to practice building a database to practice SQL...
I took Oracle SQL 11g last semester but didn't get a chance to practice like I wanted to. However, I was told that if I downloaded Microsoft Server SQL I would be able to practice SQL commands and...
View ArticleCheck point execution
Hi Team,How can we check checkpoint execution was executing in sql server 2008 R2 due to this not able take database backupCould you please suggest me.Execution was completed or not.Regardssubu
View Article'Request time out' error in first attempt to connect to sql server in remote...
Hellow greetings,When i try to connect to sql-server database over the network for the first time it shows 'REQUEST TIME OUT" error.But during next attempt is successfully connects to the database.. My...
View ArticleCan we use SQL Server 2012 Web Edition as a witness server in mirroring?
Hi All,Can we use SQL Server 2012 Web Edition as a witness server in mirroring?Grateful to your time and support. Regards, Shiva
View ArticleHow to develop a reporting system in SQL Server using Oracle Data
HiOur corporate databases are Oracle but over the next few years will move to sql server. We are beginning our BI development using linked servers some reporting will require real time data so to start...
View ArticleSelecting the right license
Hi All,I want to setup an inhouse web server. This server would have a .Net application and SQL DB. We would create various user accounts in the DB table. When a user comes on our web application and...
View ArticleTroubleshooting Memory
Hi allWhen troubleshooting what I suspect is memory pressure, which performance counters would I look at together?I've been advised that just using PLE is not enough and that it needs to be used in...
View ArticleDate question - don't understand results
I have the following piece of code in a select query. input_acty_bus_dt which is aliased with xxx first returns 01/01/1900. When I then check for it being an empty string, it evaluates to true and...
View ArticleUncommitted transaction with code wrapped in transaction
The following query to about 2.5 hours to run and the commit block was hit because the message in that block in it was shown. It looked like it ran successfully, but I got "There are uncommitted...
View ArticleUse of like operator with sorting
Hi,I have a stored procedure that selects staff details like firstname, familyname, email, address etc . The stored procedure accepts 1 parameter 1) SearchStringwhich can be nullI need to write a...
View ArticleSum of 2 field from different table
Hi, I'm new with SQL 2008 and I have one question where I need help.I have 2 tables (Table1) and (Table2) in same database 2 tables have similar rows like this :==============================Table1:ID...
View ArticleFinding foreign keys of a child table,grandchild and all dependendents
Hi All,I just came up with this sceanrioI have to delete a record in a parent table with a condition provided will have to find all the child tables depends on it and should recursively find all the...
View Articlesql connecting problem form ip of local server
hello sir i have counfigured sql server 2008 r2when iconnect sql database engine using ip\"instance name" it show me error (ip address of local server) i got same error when i am connecting only ip...
View ArticleCan SSMS Preserve Pascal Case?
I used SMO to create a database, several tables, and several SPs.When I opened it in SSMS, every object name was in caps. I then used my keyboard to manually PascalCase them once again. Fine.But then I...
View ArticleSQL select * from 'sheet1$'
My wife has a word (2003) template file for mail merging addresses from an Excel table. This Word file was created such that SQL looks for a path on a server. My wife's computer is no longer connected...
View ArticleContoso Example Databases
I keep seeing references to various Contoso databases throughput CodePlex, Data Developer Center, and elsewhere. Is their more than 1 Contoso example database or is it just the BI example. If so, where...
View ArticleWhat's the scope of SQL server settings?
Suppose I do something like SET Ansi Warnings ON. Is this setting only for the current SP? Or is it global to all SPs in the current database? Is it global to all databases in the entire instance?And...
View Article