Difference between OUTER JOIN and emulated OUTER JOIN using INNER JOINS and...
So recently I was playing around with joins on one of my tables and saw that there is a built-in outer join in MS SQL server. Just for fun I also made 2 statements. The first one uses an outer join...
View ArticleBCP command to generate the csv file with double quotes as text identifier
Hi All,I am trying to generate a csv file using bcp command in DTS package. I want text identifier to be double quotes. In the data pump task we can select the text identfier as options. i can generate...
View ArticleExporting to Access
I have a question that I was wonding if someone here could help me out with.I have a sql server database and I am going to have to export this database into an access database with one table for a...
View Articlemanual sql query vs. ado.net
hi,maybe a stupid question, but i need someone who opens my eyes ;-)i have read about the new features of ado.net / databinding (datatable, dataadapter, ...) and that it is very easy to fill a...
View ArticleSQL Server 2005 Enterprise edition question
i am trying to reinstall SQL Server 2005 Enterprise edition, not sure what happened with my first install, however my problem is that my disks that i have are not doing a clean install, i keep getting...
View ArticleMax lines in SP
What is best practice regarding the maximum number of lines of code, one should use in a stored procedure script?
View ArticleSQL Server 2005 help
Would someone be able to tell me by looking at this if SQL 2005 server installed correctly.....Should I also have a default database on here.....Help anyone???? SQL2008The following components are...
View ArticleSQL server 2005 installation error
I am receiving an error stating that there was an unexpected failure during setup wizard, and to reveiw setup log. In the log there is reference to Failed to find property...
View ArticleTiming issue with view creation
I have a view which uses OPENQUERY to an Oracle linked server, e.g. select * from (ORA1,'select * from view1'). The create view statement will execute fine as long as the linked server is available...
View ArticleSQL 2008 on Windows 2008 Cluster
I have a cluster set up and working but when I do the new cluster install on SQL it says the files cannot be put on a shared drive (the clustered drive). How do I install the cluster so that my...
View ArticleProblems restricting remote user access to one db on a server
Hello, I have a SQL 2005 Express installation, with a single instance SQLEPRESS. On this instance are several databases: dbInvestNet, dbInvestNet_Config, and dbInvestNet_Stage. I am trying to grant...
View ArticleCannot create new database when .MDF file is deleted
I am using SQL Express. In a nutshell, during some testing of DLINQ; I create a DB just fine, mess around with it - No Problems. Close the DB and exit the AppDomain/Process.Then I delete the. MDF and...
View ArticleLine 1: Incorrect syntax near ','.
Hi Friends I am getting the error Line 1: Incorrect syntax near ','. when I tried to call a SQL stored procedure (VB.Net code) by passing some parameters using SQL Adapter. Eg.Return...
View ArticleUpdate statement with FROM clause with multi joins
how the sql Update statement work , while using FROM Clause with multiple joins[also in this situation how the WHERE clause work] ?, also is it necessary that the table which is getting updated has to...
View ArticleSQL Profiler- Find Query that insert record in table from SP
I have an SP which calls 10 SP's internally. I would like to know, which SP SQL Command makes entry into an specific table Question in Detail:Sp_Load_Data have 10 SP each with many insert, update,...
View ArticleSaving reports with a Date/Time stamp
how might a person go about assigning the Date and time to the filename when saving a report from SSRS? i have a report that runs on a schedule that the user will need to have segregated based on the...
View ArticleUpdating a column null value to variable values
Hello everybody,I've just began to like SQL but suddenly stumbled upon a problem where I've to update a column with time.My table column are like this:StartDateStartTime2012-08-31 09:00:00...
View Articlejava.sql.SQLException: [Oracle][ODBC][Ora]ORA-06413: Connection not open.
i had this error,,pls any one help me,,its caught from following code ,,i need quick reply,i am using oracle10g windows 7,64bitpls send solution to tis forums or my mail ia:barathim@ymail.comcode...
View ArticleNEEDED: More Answerers
We need more Answerers! Let me know if you've been part of this community pretty consistently for at least 6 months, have answered at least 100 questions (with at least 1,000 Recognition Points) and...
View ArticleUser Logon Problem
on a single network having work-group and windows 2003 server oson one windows 7 client, say for example a user named Avinash with his password say prod2012 can logon to win 2003 sql from his pc...
View Article