Viewing 15 posts - 1 through 15 (of 40 total)
I think following will work for you.
Run this script on your Server
USE [Master]
GO
EXEC March 20, 2006 at 11:38 pm
Thanks, but i have already solved the problem, well i took a different rout, i detached the database but it gave me an error that it is not available, but...
March 7, 2006 at 9:49 pm
I think following should work
select A.*, B.*
FROM DBA.dbo.TABLEA A INNER JOIN
DBB.dbo.TABLEB B ON A.Id = B.FId
March 6, 2006 at 2:17 am
thanks alot,
the picking up the configuration from table is a good idea, but what about the cube, i have to create the cube as well for each pair of configuration.
March 6, 2006 at 2:12 am
Jamie,
U also reffered me this article in my post, and i opened that link but its just about the explanation of the erros of Scheduling packages.
What i want to know...
March 2, 2006 at 4:23 am
Jason can u plz tell me how did u create the SQL Agent job for package, i need a detailed reply, what commands or functions did u use for packages....
March 2, 2006 at 3:56 am
Steve thanks for the information it is indeed useful, but actually i am just a beginner to the AS, so all this stuff was a bit high level for me
March 1, 2006 at 10:48 pm
I have to use following four tables, but 2 are working fine, one is giving me error and one is not giving me the result........can some one suggest me the...
February 23, 2006 at 10:39 pm
JG can u plz tell me wat error will be raised by the "other query"
February 23, 2006 at 10:18 pm
Can u plz ellaborate the process of making the maintenance plan, as i cant see any thing related to maintenance plan in the Business Intelligent Studio.
February 23, 2006 at 9:45 pm
Actually i want to write a code that will delete a job if it already exists,
Now i can use EXEC sp_delete_job to delete the...
February 22, 2006 at 9:41 pm
also tell me is there any way to update the columns of more than one table in a single Update statement.
February 22, 2006 at 12:10 am
Viewing 15 posts - 1 through 15 (of 40 total)