Viewing 15 posts - 31 through 45 (of 100 total)
I have created a report and deployed it. But when I try to create subscription I am getting the following error.
Subscriptions cannot be created because the credentials used to...
September 18, 2013 at 12:28 pm
Do I need to install the litespeed on the server or is it ok if I install it on my machine and compress the backup file from my machine?
September 11, 2013 at 8:00 am
Can I rollback the changes in case if something goes wrong with the sync?I am not sure if this option is there in sql compare and data compare.
September 11, 2013 at 6:55 am
The new table is also created in the dbo schema that other tables also belong to.
January 17, 2012 at 1:10 pm
The user can execute DMLs against this table.
January 17, 2012 at 12:41 pm
It worked for me.
Thanks for your help.
January 11, 2012 at 9:54 am
Do we definitely need a secondary file group to create partition?
December 14, 2011 at 10:51 am
I need to create a partion on user table for username column.
Can I write the partition function like this?
CREATE PARTITION FUNCTION [pf_Product_Partition](VARCHAR(10)) AS RANGE LEFT
FOR VALUES (N’g’, N’l’, N'r',N’s’)
Thanks.
December 14, 2011 at 10:04 am
When I did the following
In SSMS Object Explorer, selected database, right-clicked on the table and right clicked Storage and then I see only two options enables.
Create partition and manage compression.
I...
December 13, 2011 at 9:05 am
No,it's not on production.
The reason why I am asking this is because after testing I need to deploy these partitions on production.
I haven't created these partitions on staging.
So I...
December 13, 2011 at 8:37 am
And where can I see the script of the created partitions.
When I queried SELECT * FROM sys.partitions it shows 6 partitions on this table. But where I can see the...
December 13, 2011 at 7:54 am
Viewing 15 posts - 31 through 45 (of 100 total)