Concatenate
Hi,I need to create a concatenated field in SQL 2008. In my DB table, I have a field called skidnumber. This is a numeric field with sequential values (1, 2, 3, 4, etc.). I need to create a field...
View ArticleChanges or new features in 2012 from 2008R2
hi All,I want to know what are the new features,datatypes and additional details added to sql server 2012 not in 2008 R2...Thanks in Advance..
View ArticleI need to create a bridge to transfer SQL Server query results to my local...
I need an interim solution. My SQL Server DB is being populated and the code for the primary application is nearing completion.I need to collect data from the system before the formal reporting...
View ArticleFetching the latest record
Hi,I have testcycl table which holds the results of tests for each testid and the status with execution date and time as below:TESTCYCLTESTID STATUS TEST_EXEC_DATE...
View ArticleBIDS applications
Is there any separate BIDS tools available which not including Visual Studio
View ArticleI 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 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 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 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 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 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 ArticleSQL Server 2005 performance decreases with DB size while SQL Server 2012 is fine
Hi,We have a C# windows service running that polls some files and inserts/updates some fields in database.The service was tested on a local dev machine with SQL Server 2012 running and performance was...
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 Article