Viewing 15 posts - 136 through 150 (of 960 total)
why are the second and third rows in the desired result set duplicates?
September 14, 2015 at 9:43 am
When you say the user shouldnt see the other databases i assume you dont want them to have the databases listed in the tree view on SSMS ,this wontbe possbile...
September 14, 2015 at 9:39 am
September 9, 2015 at 11:30 pm
If your looking for comments on the code behind
try catch block and validations come to min.
At database side date format and timezone info could be useful.
You could use some...
September 9, 2015 at 11:28 pm
Is there a question here ?
September 8, 2015 at 12:00 am
GilaMonster (9/7/2015)
Jayanth_Kurup (9/7/2015)
you need to use Group by ROLLUP
Rollup generates a grand total row, which was not asked for. Easier to use Grouping Sets to just get the totals needed...
September 7, 2015 at 11:34 pm
Jeff Moden (9/7/2015)
Minnu (9/7/2015)
I have a list of 100+ tables in my SQL Database with most of the columns are declared as VARCHAR, I want to create the same...
September 7, 2015 at 9:33 am
GilaMonster (9/7/2015)
Jayanth_Kurup (9/7/2015)
September 7, 2015 at 9:31 am
Have you checked the sql syntax for the partitions being processed , are they same in all aspects except the where clause ? do they overlap in datasets ?
September 7, 2015 at 8:47 am
seems your getting dimension processing errors , have you tried processing the cube by changes the default processing options, can you post the xmla being used to process the...
September 7, 2015 at 5:40 am
after install you can check if the service is started and then connect using SSMS , if post insall the summary shows just green Tick marks then you dont need...
September 7, 2015 at 5:37 am
you need to use Group by ROLLUP
September 7, 2015 at 5:36 am
The error is there in the message it self , login failed, and thus couldnt qcquire connection manager , make sure all the logins and passwords are correct after the...
September 7, 2015 at 5:33 am
Find and replace will change the varchar to nvarchar but you still need to account for the increase in the column width now. I think dynamic sql might be the...
September 7, 2015 at 5:26 am
Tail returns a set you need {} aroud the measure m9
September 7, 2015 at 5:22 am
Viewing 15 posts - 136 through 150 (of 960 total)