Viewing 15 posts - 1,396 through 1,410 (of 2,008 total)
SPAM reported.
November 22, 2011 at 3:29 am
I think it's the right place to throw my question once again... 'Why 2 Cents'... (I will start a new thread soon...)
November 22, 2011 at 3:20 am
I didn't know there is NOT about SQL section & such nice threads as well.. 😉
@jeff: Nice Quote.
Geeks are like teabags... you can't tell how strong they are until they're...
November 22, 2011 at 3:18 am
ssurekha2000 (11/22/2011)
if i select Management tools i get the error message Previous version of vsiual studio 2008 failed
if...
November 22, 2011 at 1:47 am
Is there any way I can log a ticket / support request for it? I don't find any... 🙁
November 22, 2011 at 1:39 am
aarded (11/21/2011)
CREATE PROCEDURE [dbo].[spCounters]
AS
SELECT Reads+Writes FROM master.sys.dm_exec_sessions WHERE session_id=@@SPID
EXECUTE AS LOGIN='DMView'
SELECT cntr_value FROM master.sys.dm_os_performance_counters
REVERT
and not with:
CREATE PROCEDURE...
November 22, 2011 at 1:34 am
Koen Verbeeck (11/22/2011)
Dev (11/21/2011)
I am not receiving SSC email notifications... Please cast your votes if you are facing same issues.
I'm receiving them.
Did you piss somebody off here at...
November 22, 2011 at 1:21 am
Sean Lange (11/21/2011)
Dev (11/20/2011)
The actual discussion started here & the thumb rule here is NOT to use ORDER BY.Last 5 rows
http://www.sqlservercentral.com/Forums/Topic1206622-391-1.aspx
Actually there was a method presented that will...
November 22, 2011 at 12:55 am
Did you successfully create the Linked Server for Oracle? Are you able to ping Oracle TNS?
November 22, 2011 at 12:47 am
amigoface (11/20/2011)
thanks bill,i will try and keep you informed
We keep forgetting one fact... (One of SSC guy corrected me few days back. It's a cycle, now I am passing it...
November 22, 2011 at 12:39 am
What you need is a proper ETL for your data. Build your logic of ETL around MERGE.
MERGE
[ TOP ( expression ) [ PERCENT ] ]...
November 22, 2011 at 12:23 am
ignore the posts suggesting getting out the hammer and smashing things....
Best advice... LOL :hehe:
November 22, 2011 at 12:18 am
SQL Server Clustering & Replication can be implemented together.
Getting Started with SQL Server 2008 R2 Failover Clustering
http://msdn.microsoft.com/en-us/library/ms189134.aspx
Overview (Replication)
http://msdn.microsoft.com/en-us/library/bb500346.aspx
May I know your business requirement? I might be able to suggest better,...
November 22, 2011 at 12:15 am
Viewing 15 posts - 1,396 through 1,410 (of 2,008 total)