Viewing 15 posts - 3,886 through 3,900 (of 26,490 total)
First, when you ask for help, please provide the DDL (CREATE TABLE statement) for the table(s) involved, sample data (INSERT INTO statements) for the table(s) involved, the exact expected results...
May 4, 2016 at 8:10 am
shivang.rdesai (5/3/2016)
FROM (([FactSales]
inner join [Date]
on [FactSales].DateKey = [Date].DateKey)
inner join [Product] on [Sales].ProductKey = [Product].ProductKey
inner join [ProductCategory] on [Product].ProductCategoryKey = [ProductCategory].ProductCategoryKey)
inner join [Store] on [Sales].StoreKey = [Store].StoreKey)
where FullDate...
May 3, 2016 at 9:28 pm
shivang.rdesai (5/3/2016)
Its just giving me total of only beverages in it.Referring to the example in my first post, its giving beverages (5$) + beverages (10$) = 15$.
I am expecting 27$.
Thanks
Post...
May 3, 2016 at 7:43 pm
Not enough information to help or validate, sorry.
May 3, 2016 at 3:38 pm
jasona.work (5/3/2016)
Lynn Pettis (5/3/2016)
jasona.work (5/3/2016)
Lynn Pettis (5/3/2016)
Some people should not be allowed any where near a database server.
So, if the server is in a locked room, that I don't have...
May 3, 2016 at 11:12 am
jasona.work (5/3/2016)
Lynn Pettis (5/3/2016)
Some people should not be allowed any where near a database server.
So, if the server is in a locked room, that I don't have access to, on...
May 3, 2016 at 10:33 am
ScottPletcher (5/3/2016)
cookiemonstagt (5/3/2016)
So the data is saved on shared file and config locally .?
I coded the backups to go to c:, which is local drive for that node...
May 3, 2016 at 10:31 am
Luis Cazares (5/3/2016)
Ed Wagner (5/3/2016)
Lynn Pettis (5/3/2016)
Lynn Pettis (5/3/2016)
Some people should not be allowed any where near a database server.+1000
I guess I'll agree with your agreement with yourself. 😛
Is this...
May 3, 2016 at 10:30 am
cookiemonstagt (5/3/2016)
Lynn Pettis (5/3/2016)
cookiemonstagt (5/3/2016)
So why they need to bk up those files?
They are system databases required by SQL Server to run correctly. Without them...
May 3, 2016 at 10:27 am
Lynn Pettis (5/3/2016)
Some people should not be allowed any where near a database server.
+1000
May 3, 2016 at 10:22 am
cookiemonstagt (5/3/2016)
So why they need to bk up those files?
They are system databases required by SQL Server to run correctly. Without them you have no...
May 3, 2016 at 10:20 am
Some people should not be allowed any where near a database server.
May 3, 2016 at 10:19 am
cookiemonstagt (5/3/2016)
.. thanks and one last question if the db is shared each node has these 3 files to be able only to run the...
May 3, 2016 at 10:18 am
ScottPletcher (5/3/2016)
May 3, 2016 at 10:14 am
cookiemonstagt (5/3/2016)
May 3, 2016 at 8:48 am
Viewing 15 posts - 3,886 through 3,900 (of 26,490 total)