What easy to use (MS or third party) tool can I use to create and host a...
I'm looking for a (MS or third party) tool with which I can create, publish and host webservice API's on a custom SQL database. For example a API which presents all customers, or validates a user...
View ArticleSnapshot Replication of MOM database
When configuring snapshot replication of the OnePoint database used by MOM i am having the following error being reported in SQL Replication Monitor:Command attempted:CREATE TABLE...
View ArticleHourly differential backups are too big
Hello,Please let me first apologize if this isn't the correct forum.I'm having a problem that, for the life of me, I can't seem to resolve. To begin with, I'm using MSSQL Server 2012.I created a new...
View ArticleCompare parameter to table value, and either continue or stop procedure
I am creating a stored procedure that generates a different output depending on an @Country parameter. In one of the tables that I am using there is an ID field that is a 3 digit number, this 3 digit...
View ArticleWhen to use T-SQL over SQL when there are more joins ?
Hi,I have to prepare a Stored procedure which will have atleast 10 joins and may return a large result set (probably more than 50 thousand records or even more ) which may cause performance issues. Is...
View ArticleParsing "," in CSV file using select command.
How to handle comma "," in an sql Select Query, Supposing that i have huge chunk of message that contains different special characters like "," double quotes, [] etc etc. when im exporting this message...
View Articlechoose a data source after installing sql server 2014
I install sql server 2014. Which data source should i select here.I want to write Sql Server Local and Server application
View ArticleInserting master detail table records in a single query in sql server 2008
Friends,I have to insert 1200 records in the master detail table directly.i have written 2 separate queries to insert records in the master and detail table.insert into student_receipt...
View Articleunable to connect to local host
Hi,I have 64 bit operating system and got installed SQL Server Management Studio of 64 bit and the problem I am facing is unable to connect to local host, I have database mdf/ldf files in my local...
View Articleactive/passive
how does automatic failover occurs in sql server active/passive cluster we have sql server 2012 active/passive cluster node1 active and node2 passive for suppose active node fails does passive node...
View ArticleCalling SSIS package in Stored Procedure...
I have a SSIS package, and i want to call this (run this SSIS package) from Stored Procedure in Sql Server 2008.Can anyone please explain to me as to how can i call SSIS package from SP? Thanks!Rahman
View ArticleLicensing on VM with multiple instances and different versions
Hi,I have a 2-proc, single-core VM with 2 sql server 2008 r2 (std edt) instances covered with a 2 proc sqlserver license for 2008 r2. This VM is lightly used.I now want to install a new instance on...
View ArticleThere was a failure to validate setting INSTANCENAME in validaton function...
Hello,I'm trying to install SQL Server 2012 and I'm having trouble entering in the INSTANCENAME.I have read on some forums that the default value for this is MSSQLSERVER. Regardless of what values I...
View ArticleCombobox value to database sql
Hello,I am trying to pass combobox value to a database, using a 3 tier business logic. Currently my form page looks like this:private void Savebtn_Click(object sender, EventArgs e) { try {...
View ArticleFatal Error 615 with DROP
I'm new to SQL, and I've been working through the fantastic 'Joes2Pros Vol 1 SQL Queries' tutorial book and finally got myself stuck in Chapter 10 (just 2 chapeters to go!). With SQL Express 2012 SP2...
View ArticleIs Compact Edition still the best small database choice?
I need a compact database to use with my Windows Form application. What is the best version of SQL Server to use? I see Compact Edition 4.0, however it looks like a couple of years old...
View Articlewrite to a txt file direct from a tsql query ?can it be done?
Below is the query I have to out put some data about each schools teachers is there a way from the query to wrte/create files?I know I can read from a file in a query using something like:FROM...
View ArticleSS2K8R2 - Database bloating on restore
I have noticed that when I backup a database SS2K8R2 SP2 using compression, when that backup is restored the resultant database will bloat up. The original database data size: 32,470,016 kb, restored...
View ArticleCan not connect to SQL-Server with PHP
Hello Forum,I'm just beginning with PHP-SQL programming so sorry if I ask some stupid questions...I need help with connecting to SQL-Server 2012, by using php. In Management Studio I have built a new...
View ArticleChecking these SQL Server Questions
I got these 7 questions from a practice book at the public library. It does not have a Key to grade it. Does any of the questions I answered look wrong(I answered in orange)?
View Article