Can someone please help with what I am doing wrong here? I'm not an expert programmer, but do try hard... :)
SELECT Prdctnentry.WorkOrderNo, Prdctnentry.MachineAmount, GRASSLAND_dbo_PT_CaseLot.LotSize, Prdctnentry.Date
FROM Prdctnentry LEFT JOIN GRASSLAND_dbo_PT_CaseLot ON...
Hello all....I am stumped! I recently upgraded from SQL Ser ver 2000 to SQL Server 2005. I change to some code in one of my Stored Procedures after the upgrade and found that passing a parameter value to a WHERE statement no longer works. I have been researching this for 2 days, and not sure how...
Does anyone know how to check a text file to see if contains data. I am currently writing to a text file, but everytime I write I overwrite what is in the file all ready. Thanks
Hello, I am having trouble with my stored procedure. Any help would be appreciated.
I am passing parameters to a SP, inserting them into a temp table and then selecting all from the temp table to save to a text file.
Here is my code:
SET @UploadDir = '\\MyServer\testdata\'
SET @UploadFileName...
Hello to all,
I would like to create a trigger that writes records to a text file after every insert. I am currently inserting records to a table through a Stored Procedure, but I would also like the record copied to a text file. Could anyone point me in the right direction on finding the...
I am passing the following parameters to my stored procedure @username, @password, @source.
My select statement looks something like this
Select *
From Table1 LEFT OUTER JOIN Table2 ON Table1.name = Table2.winname
Where @username = table1.name and @password = table1.password And table2.source...
I am a newbie at programming with SQL Server 2000. I am wondering, is it possible to Query more than one database at a time within SQL Server? Any help would be greatly appreciated.
The whole purpose: I would like to report off of two different databases without having the tables stored in both...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.