Viewing 15 posts - 151 through 165 (of 186 total)
I tried installing the same in another PC and it worked.So can i install sql server 2008 R2 RTM in a windows 8 pc? According to link (http://blogs.msdn.com/b/sqlexpress/archive/2012/03/02/sql-server-express-and-windows-8.aspx)...
February 20, 2013 at 4:20 am
Hi nicbyte
Do you mean that install directory is corrupted or what?
February 19, 2013 at 4:15 am
Config file is properly configured for new installation.Setup path config file path and all parameters are proper. Also i have doubt that should i enable .net 3.5 to install sql...
February 19, 2013 at 1:13 am
hi nicbyte
I have config file and setup file in the same folder.
February 19, 2013 at 12:52 am
Does .net 2.0 is required only for installation of sql server 2005 express or does it used by sql server for it's working?
February 16, 2013 at 3:05 am
If i go to SQL Server Installation Center and click on Installation hyperlink and then on new installation.. then it asks for installation media.(from link http://social.msdn.microsoft.com/forums/en-us/sqlsetupandupgrade/thread/F6C35A03-B98C-46F1-8010-0A76DF8773D5)
Can i install...
February 14, 2013 at 4:24 am
So should i run the setup again? Or is there any other method by which i can install new instance(named instance) by using already installed sql server.
February 14, 2013 at 4:16 am
No. I don't have any triggers in customer table.
February 12, 2013 at 10:28 pm
Here is complete details on what problem i am facing
Problem with “ExecuteNonQuery’”:
We are using VB.Net & in the below code sample ‘ExecuteNonQuery’ method returns -1 while executing Insert & update...
February 12, 2013 at 12:53 am
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
Viewing 15 posts - 151 through 165 (of 186 total)