Viewing 15 posts - 646 through 660 (of 2,008 total)
Dhirju (12/23/2011)
Dev. it is only for my knowledge.
Good to know that you are preparing yourself for worst database scenarios (DBA’s nightmares :w00t:).
Best of Luck!
December 23, 2011 at 4:36 am
When you create an ODBC DSN, you provide all the information required for a connection. You can also test that connection as well.
As it’s a tested DSN (assumed to be)...
December 23, 2011 at 4:26 am
Please modify his SP with following (for debugging only)...
PRINT @SSQL -- Debugging
--EXEC (@SSQL) -- Execution
Please post back the result.
December 23, 2011 at 1:27 am
Another thought. Just provide the permissions to execute the job to a user and introduce audit/logging steps (may be a log file) in the JOB. This way jobs can be...
December 23, 2011 at 12:32 am
SQLRNNR (12/23/2011)
Dev (12/23/2011)
December 23, 2011 at 12:25 am
SQLRNNR (12/23/2011)
Try hitting undo a bunch of times from there until it gets...
December 23, 2011 at 12:17 am
I just came to know about DBA in Space winner (details here) & his decision. I don’t have any opinion but I would like to share a dialog snippet from...
December 23, 2011 at 12:09 am
Lamprey13 (12/22/2011)
Koen Verbeeck (12/22/2011)
It is perfectly acceptable to have a denormalized database design in a relational database, for example in a data warehouse. SQL still works, and it is still...
December 22, 2011 at 10:37 pm
Jeff Moden (12/22/2011)
Dev (12/22/2011)
Duplicate Post.http://www.sqlservercentral.com/Forums/Topic1225529-392-1.aspx
Normally when you take on the responsibility of identifying a duplicate post, you also take on the responsibility of a little traffic control....
December 22, 2011 at 6:32 am
I am afraid you can’t tune remote queries much (subject to my limited knowledge).
Connect to second server (which you are using as Linked Server) and perform query optimization tricks. At...
December 22, 2011 at 6:22 am
Thanks Gus. I knew SQL Server Join syntax (Non ANSI). I was just trying to recollect whether Oracle Syntax was portable to SQL Server (or vice a versa).
Thanks to...
December 22, 2011 at 6:14 am
Are you querying to Linked Server tables?
December 22, 2011 at 5:58 am
dilipd006 (12/22/2011)
devI will keep the education in a seperate table add the referece to the profile table
...
Good. How will you store it, in rows / columns?
If columns? You have to...
December 22, 2011 at 5:23 am
Two probable solutions... It's not tested so be extra cautious.
http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/c788e276-d9af-411f-9af6-ec6a49e95273/
December 22, 2011 at 5:14 am
First of all Drawers, you started it & we enjoyed it. Thank you so much (& apology as well).
Before answering your question, I would like to ask few questions. Please...
December 22, 2011 at 4:53 am
Viewing 15 posts - 646 through 660 (of 2,008 total)