Viewing 15 posts - 541 through 555 (of 3,666 total)
JimK 28184 (7/16/2015)
CREATE TABLE [Table 1] (
Id varchar,
TableTwoId varchar,
OtherData varchar )
CREATE TABLE [Table 2] (
Id...
July 16, 2015 at 2:45 pm
Phil Parkin (7/16/2015)
.... up to and including the "F" word
Foxbase?
Foxpro?
July 16, 2015 at 9:19 am
Phil Parkin (7/16/2015)
And if that means deleting millions of rows in any of the tables, you should consider implementing a batch delete process to avoid excessive locking and TLog growth.
Agree...
July 16, 2015 at 8:19 am
kbadarinath (7/16/2015)
I wanted to know if there is anything out...
July 16, 2015 at 8:06 am
Even if there was a maintenance plan item that could do it for me, I would still my write own stored procedure to do it. This way I would...
July 16, 2015 at 7:48 am
kennyhuang0108 (7/15/2015)
select Orgn.cd, fund.cd,fund.nm, fund.bf_Acty_Cd
from
(
select cd,nm, bf_Acty_Cd
from bf_fund ...
July 15, 2015 at 6:04 pm
Looks like you have a problem with your join statement.
There's no was we can help you without more information about the structure of your tables, the data the contain, and...
July 15, 2015 at 5:46 pm
SQLRNNR (7/15/2015)
GilaMonster (7/15/2015)
Yes, asking people to write an efficient query when you don't entirely know what you need is a really good way to get a useless answer....
Sounds like client...
July 15, 2015 at 8:59 am
Read this thread and now I can't get this song out of my mind. At least it's not a bad song.
... I still haven't found what I'm looking for ...
July 15, 2015 at 7:34 am
Carl B. (7/14/2015)
I am new in the BI world and I would have these questions:
- Is it possible to have a MDX query that restrict (WHERE CLAUSE) based on...
July 14, 2015 at 10:12 am
WayneS (7/14/2015)
Jeff Moden (7/14/2015)
Lynn Pettis (7/13/2015)
July 14, 2015 at 10:06 am
Steve Jones - SSC Editor (7/13/2015)
Alvin Ramard (7/11/2015)
Hopefully you'll submit it for SQL Saturday in Memphis, hopefully later this year. 🙂
When is Memphis?
We're hoping to have one late...
July 13, 2015 at 1:41 pm
Did you look into creating a Calculated Member?
July 13, 2015 at 10:34 am
vecerda (7/13/2015)
July 13, 2015 at 9:00 am
Viewing 15 posts - 541 through 555 (of 3,666 total)