Viewing 15 posts - 346 through 360 (of 3,061 total)
Why don't you write your query with the needed logic and return either (0/1) or ('T'/'F') as needed?
April 14, 2012 at 3:34 pm
DB.Duck (4/13/2012)
April 14, 2012 at 12:04 pm
manishkumar30 (4/14/2012)
my requirement is through SQL Server 2008 Link Server, I want...
April 14, 2012 at 11:07 am
devereauxj (4/13/2012)
NEWBIE to DW : the IT Manager wants to use varchar2(2000) for all fields in all tables.
In general DWH Staging tables are modeled after the OLTP tables from where...
April 13, 2012 at 4:30 pm
ssa2010 (3/2/2012)
April 11, 2012 at 2:46 pm
Ankit.shah22 (4/11/2012)
This service broker query consumes high CPU above 80% and ave duration is 285 sec.
WAITFOR(RECEIVE conversation_handle, service_contract_name, message_type_name, message_body FROM ExternalMailQueue INTO @msgs), TIMEOUT @rec_timeout
Any idea...
April 11, 2012 at 1:14 pm
Alan Spillert (4/11/2012)
April 11, 2012 at 1:08 pm
Lowell (4/11/2012)this is actually an Oracle question, and dblink behavior
Oracle DBLink connections behave like a normal client connection meaning that the server on the remote side of the DBLink perceives...
April 11, 2012 at 9:19 am
The proper Oracle datatype would be TIMESTAMP not DATE, also you should use TO_TIMESTAMP() not TO_DATE() for conversion.
April 10, 2012 at 2:42 pm
Lynn Pettis (4/10/2012)
rocky_498 (2/12/2012)
I am very new in Oracle. I would like to know is there any way i can create a Backup of Oracle Db and Restore...
April 10, 2012 at 2:37 pm
adonetok (4/10/2012)
What edition of SQL 2008 should be ordered for small business? (3-5 users)?
it all depends on the features you need, database size and expected growth of both database size...
April 10, 2012 at 7:46 am
pamozer (4/9/2012)
April 9, 2012 at 4:12 pm
ard5karthick (4/9/2012)
Open SSMS
Right Click on the Job you want and from the POP Up select Disable option.
To check after its been disabled the Job will be having an Red...
April 9, 2012 at 6:17 am
Jeff Moden (4/8/2012)
If you want to disable ALL jobs quickly and easily, just turn off SQL Agent.
I do not think poster wants to stop backup processes.
On the other hand, if...
April 8, 2012 at 3:06 pm
Viewing 15 posts - 346 through 360 (of 3,061 total)