Viewing 3 posts - 16 through 18 (of 18 total)
CirquedeSQLeil (7/28/2010)If you weren't running SBS, I would say yes. Previous experience with SBS can cause problems because it is extremely finicky.
CirquedeSQLeil (7/28/2010)
And that is really the crux.
I know...
July 28, 2010 at 4:59 pm
#1199537
Add Quickbase as a linked server and create a job to pull the data.
April 20, 2010 at 11:54 am
#1154838
WHERE
ius.database_id = DB_ID()
AND DB_NAME(ius.database_id)=@YourDatabaseName
The first condition is sufficient right? ius.database_id = DB_ID() should uniquely identify the correct database without the need for checking the db name as...
March 18, 2010 at 8:16 am
#1135986