Viewing 15 posts - 3,331 through 3,345 (of 26,490 total)
Here is a question I have been asked. I posted in a SQL Server 2008 forum as we are currently running SQL Server 2008 R2. We may move...
October 10, 2016 at 2:20 pm
owninginc2k11 (10/7/2016)
October 7, 2016 at 6:11 pm
wendy elizabeth (10/7/2016)
October 7, 2016 at 6:00 pm
Hugo Kornelis (10/7/2016)
Jeff Moden (10/7/2016)
Hugo Kornelis (10/7/2016)
You could wrap the fast but unreliable method ...
Heh... maybe for you but it's never been unreliable for me. You must be doing...
October 7, 2016 at 4:11 pm
The Dixie Flatline (10/7/2016)
You should be ashamed, Lynn. 😀
Except I am the one who gives out the cards. :w00t:
October 7, 2016 at 3:44 pm
Phil Parkin (10/7/2016)
Lynn Pettis (10/7/2016)
You can also try this:
select
mc.custid,
mc.companyname
from
sales.MyCustomers mc
where
not exists(select 1 from sales.MyOrders mo where mo.custid = mc.custid);
Looks rather similar to...
October 7, 2016 at 3:43 pm
You can also try this:
select
mc.custid,
mc.companyname
from
sales.MyCustomers mc
where
not exists(select 1 from sales.MyOrders mo where mo.custid = mc.custid);
October 7, 2016 at 2:04 pm
mnadirwk (10/6/2016)
e.g
DBCC TRACEON (3605, -1)
DBCC TRACEON (3213, -1)
BACKUP DATABASE [xyz_hist ] TO
DISK = N'\\qnap-wb\SQLBACKUP\MCWBEDW\xyz0.bak',
DISK = N'\\qnap-wb\SQLBACKUP\MCWBEDW\xyz1.bak',
...
October 6, 2016 at 2:59 pm
Quickest way to learn what organizations NOT to use in job a search. This is the position I just got an email about:
Oracle Database Administrator
- 5+ years in...
October 6, 2016 at 2:43 pm
The sky is green and the grass is blue.
You haven't given us anything with which to even formulate an answer. We are not mind readers and definitely don't have...
October 6, 2016 at 1:40 pm
If you are accessing the tables on the linked server and doing all the work on the local server, you are pulling all the data across the network to the...
October 6, 2016 at 12:36 pm
kat35601 (10/5/2016)
when i add the...
October 5, 2016 at 10:50 am
I just wish developers would show me the SQL code they are developing whether it is embedded in the application or as stored procedures or views before the application goes...
October 5, 2016 at 10:27 am
Brandie Tarvin (10/5/2016)
And if you want to see projected tracks, halfway down this page[/url] is the interactive map.
Because FUN.
Matthew was supposed to...
October 5, 2016 at 8:21 am
george sibbald (10/5/2016)
I made it into the top 30 posters at one point so I did my...
October 5, 2016 at 8:17 am
Viewing 15 posts - 3,331 through 3,345 (of 26,490 total)