Viewing 15 posts - 14,851 through 14,865 (of 26,486 total)
picant (1/16/2011)
Problem is that there is no way to relate the tables together, unless you have some magical formula you use to determine what goes with what
Of course there is...
January 17, 2011 at 12:38 am
picant (1/16/2011)
6 records are not good. For the given data statement should...
January 16, 2011 at 11:08 pm
You could also use this:
with MonthNumbers as (
select 1 as MonthNum union all
select 2 as MonthNum union all
select 3 as MonthNum union all
select 4 as MonthNum union all
select 5 as...
January 16, 2011 at 7:58 pm
paul.beattie (1/16/2011)
During all the complicated things I've tried, I had this deep-seated feeling there was an easy, elegant answer out there somewhere - which of course just made me...
January 16, 2011 at 7:19 pm
I think I have seen this before when you attempt to access an article before its actual publication date.
January 16, 2011 at 7:14 pm
Gift Peddie (1/16/2011)
Lynn Pettis (1/16/2011)
Gift Peddie (1/16/2011)
First, I wasn't the only one to suggest hiring a DBA or consultant.
Second, the OP also indicated that they could possibly use SSIS to...
January 16, 2011 at 7:12 pm
mohammad.shamim 40895 (1/13/2011)
i have face below problem for linked server pleaser help me asap
OLE DB provider "SQLNCLI10" for linked server "XLTEST_SP" returned message "Login timeout expired".
OLE DB...
January 16, 2011 at 7:06 pm
If you can, I'd restore the database to another server and run DBCC CHECKDB and see what errors it may find. This would be the first step in identifying...
January 16, 2011 at 6:56 pm
From the description of the problem, no. Can you show us what you are trying to accomplish?
January 16, 2011 at 6:50 pm
Can you provide the DDL (CREATE TABLE statements) for the table(s), some sample data that is representative of the problem you are trying to solve, and the expected results?
All of...
January 16, 2011 at 6:34 pm
Not really sure what you are attempting to accomplish. Perhaps if you show the flow of the data between the databases, and the interactions that occur between databases and...
January 16, 2011 at 6:31 pm
j2bmw (1/13/2011)
Fruits:
Apple
Color:
Red
Green
Yellow
Taste:
Sweet
Bitter
I need to come up with a single SQL statement that will combine all...
January 16, 2011 at 6:28 pm
GilaMonster (1/16/2011)
Lynn Pettis (1/16/2011)
(No, I am not providing a link to this one as this is just a rant.)
Considering how active (not) a sunday night is, it's not hard to...
January 16, 2011 at 6:16 pm
Gift Peddie (1/16/2011)
First, I wasn't the only one to suggest hiring a DBA or consultant.
Second, the OP also indicated that they could possibly use SSIS to pull data from other...
January 16, 2011 at 6:04 pm
smile_netz (1/16/2011)
We will be adding 2 more nodes then installing 1 instance on each node.Thanks
I highly agree with what has been said when it comes to licensing, consult your MS...
January 16, 2011 at 6:01 pm
Viewing 15 posts - 14,851 through 14,865 (of 26,486 total)