Viewing 15 posts - 61 through 75 (of 81 total)
Hope this link answers your questions.
February 17, 2012 at 3:08 pm
Thanks Jared..
I was thinking of granting individual object privileges..
This is much easier solution.
Thanks!!!
February 13, 2012 at 2:42 pm
Hi,
Thanks for looking into my question...I forgot to enable the mail profile in SQL Server Agent...That solved the issue..
Thanks!!
February 9, 2012 at 9:29 am
Thanks Guys...I am also curious to know what will happen to the non clustered indexes and waiting for Gail's answer on that one...
There are no LOBs on that table.
February 7, 2012 at 4:21 pm
Thanks Padhis..!
I am not able to find an installer file for the below mentioned version.. (In order to create a named instance..I need the install files right..?).
Can you help me..?
Microsoft...
January 31, 2012 at 9:25 pm
Thanks everyone for your response..I told the team it is not possible to do it from the DB end.
January 31, 2012 at 11:34 am
yes...O.K to accept the loss of data if it is greater than 245 chars
January 31, 2012 at 11:33 am
I proposed it...but Varchar(max) is not accepted by the team...they want to limit it to 245
January 31, 2012 at 10:46 am
THANKS for your response.
We are migrating an old application from Sybase ASE 12.5 to SQL Server 2008 R2.
Sybase does this automatic truncate..so, if the users inserts more...
January 31, 2012 at 9:44 am
I agree..but I was also learning ROW_NUMBER() yesterday only...so it was a learning experience for me anyway..!
January 31, 2012 at 9:02 am
CREATE TABLE Category
(CategoryId int, NameCategory varchar(245))
INSERT INTO Category ( CategoryId, NameCategory) VALUES (1,'A')
INSERT INTO Category ( CategoryId, NameCategory) VALUES (2,'B')
INSERT INTO Category (...
January 30, 2012 at 10:28 pm
Thanks...Is there anyway to get an installation file only the client components..?
January 30, 2012 at 5:03 pm
Viewing 15 posts - 61 through 75 (of 81 total)