Viewing 15 posts - 5,581 through 5,595 (of 11,678 total)
SELECT C_ID, H_Type, Name, A_Name, Min(D_Date) as 'First Date', Max(D_Date) as 'Last Date', D_Status, D_TYPE
FROM DH_info
WHERE (D_Date IN
(SELECT MIN(D_Date) AS First_date
FROM DH_info
GROUP BY C_ID, D_TYPE))
GROUP BY C_ID, H_Type, Name, A_Name,...
July 11, 2013 at 3:07 pm
Anyone have an idea what's wrong with this guy's SQL Agent?
http://www.sqlservercentral.com/Forums/Topic1471588-1292-1.aspx#bm1472553
July 11, 2013 at 2:50 pm
Sean Lange (7/11/2013)
Koen Verbeeck (7/11/2013)
Sean Lange (7/11/2013)
Koen - Lakh is the same as 100,000. http://en.wikipedia.org/wiki/Lakh
I know what Lakh is (although other people on this forum might not), I just didn't...
July 11, 2013 at 2:49 pm
L' Eomot Inversé (7/11/2013)
Koen Verbeeck (7/10/2013)
L' Eomot Inversé (7/9/2013)
(help - is it politically correct to call them one language, or two?)
Technically, Flemish does not exist as a language. It is...
July 11, 2013 at 2:48 pm
prakashr.r7 (7/11/2013)
Koen Verbeeck (7/11/2013)
Normally I create package configurations for each package.Is there something special about your set-up that prevents this?
Sorry Koen, nothing special... so we have to add all the...
July 11, 2013 at 2:44 pm
Sean Lange (7/11/2013)
Koen - Lakh is the same as 100,000. http://en.wikipedia.org/wiki/Lakh
I know what Lakh is (although other people on this forum might not), I just didn't know how much "totally...
July 11, 2013 at 2:37 pm
Normally I create package configurations for each package.
Is there something special about your set-up that prevents this?
July 11, 2013 at 7:02 am
acraddock (7/11/2013)
I have just looked at what is showing under programs. I am showing SQL Server 2008 and also SQL server 2008 R2.
Maybe you opened up the configuration manager for...
July 11, 2013 at 6:18 am
The login should have at least read permissions on the SSAS database.
Did you already create cubes?
July 11, 2013 at 5:48 am
Did you take a look at package configurations?
July 11, 2013 at 5:42 am
Do you have multiple versions of SQL Server installed?
July 11, 2013 at 5:42 am
John Mitchell-245523 (7/11/2013)
You will be only be able to see objects you have any permissions on.John
Not necessarily. You can see databases where you don't have any permissions on it.
July 11, 2013 at 3:37 am
You need to believe those people 🙂
The JET or ACE OLE DB provider scans by default the first 8 rows to determine the data type.
If the first 8 rows are...
July 11, 2013 at 12:38 am
I haven't used this much myself, but you might take a look at the SSAS deployment wizard. It's possible it does these things for you.
July 11, 2013 at 12:34 am
Viewing 15 posts - 5,581 through 5,595 (of 11,678 total)