Viewing 15 posts - 166 through 180 (of 193 total)
The query i have used is insert into [customer]([Id]) values('531067')
And another one is update statement
update [customer] set [Call attnd]='ses' where Id = 531067 and (Ltrim(Rtrim(cast([Call attnd] as varchar(max)))) = ''...
February 12, 2013 at 12:02 am
But i want to check sql is installed or not through code.So registry check or some other codes will be helpful.Anyone please come with a solution?
February 11, 2013 at 5:57 am
under 'snapshot' transaction , whether the entire database snapshot is taken? (during begin transaction statement is run) or only required rows snapshot is taken ?(during select statement)
thanks.
February 11, 2013 at 5:52 am
Importing KEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server\100\Tools\Shell registry changes only some settings like tools->option->designers.Other settings like tools->option->sql server object explorer not changing.. where is the registry for those changes?
Thank you
We are using sql...
February 10, 2013 at 10:44 pm
Thanks for reply
I don't think importing KEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server\100\Tools\Shell working. Don't know about other settings but it certainly not working for edit top n rows and select top n rows...
February 6, 2013 at 2:52 am
Thanks for reply
I think "Import and Export Settings" not present in management studio 2008 And even in management studio 2012 i doubt all settings are importing. I have tried to...
February 6, 2013 at 12:42 am
Thank you
My actual doubt now is what is difference between user mapping page(which shows permission like datareader,dbowner etc) and one under database->security->any user.Right click user and click properties.Now u can...
February 5, 2013 at 4:05 am
Thank u.
But i am not clear about two security folder under server and another one under database.In both database role membership is specified.So what is difference between them?
January 29, 2013 at 7:46 am
If i create a file group with read only then how can i insert the values to the table? What is the use of read only file group?
January 21, 2013 at 6:04 am
What if i create secondary file group as read only?
January 21, 2013 at 12:46 am
How can i import from an excel file in sql express 2008 r2?
January 18, 2013 at 9:21 pm
Viewing 15 posts - 166 through 180 (of 193 total)