Viewing 15 posts - 1 through 15 (of 55 total)
in order to restore the database which is already exits you need to check the mdf ,ldf and ndf (if any) check where is is storing and check the file...
June 14, 2016 at 1:51 am
please check if you have any proxy account and which is having account access
June 14, 2016 at 1:47 am
remove the configuration file parameter, if you use the configuration file it will have all the parameter you want to install. so wither you use configuration.ini or remove this file...
June 11, 2016 at 5:29 am
we cannot see the attach document , so attached the screen shot
June 11, 2016 at 5:25 am
you can use truncate table "tablename"
this statement will remove all the rows in the table.
June 11, 2016 at 5:23 am
you can change the sql server port via configuration manager
June 10, 2016 at 1:11 am
can you check what is the configuration.ini file has , please share
June 10, 2016 at 1:09 am
you are moving the data disk from one server to another server physically make sure this done properly.
i suggest to take the full backup of all your databases once the...
June 10, 2016 at 1:07 am
you need to run the following in order to see the advanced options
EXEC sp_configure 'Show Advanced Options',1
RECONFIGURE
June 10, 2016 at 12:40 am
why you need the stored procedure to delete your tables from your code you are deleting all the rows.
what you want to do please explain in detail so that...
June 10, 2016 at 12:38 am
hope this help to solve your problem
select stuff(stuff(SUBSTRING([phone number],3,10),4,0,'-'),8,0,'-') from tbl_sample
June 10, 2016 at 12:36 am
You can use the following query to format the phone number.
select [Phone Number],stuff(stuff(SUBSTRING([phone number],3,10),4,0,'-'),8,0,'-') [Formated Phone Number] from tbl_sample
if you need any more help let me know
June 10, 2016 at 12:35 am
error says table variable must declare can you share the full script will be easy to find where this missing to get the reference .
June 8, 2016 at 9:43 am
after you have created the vm have activated the OS. because after windows 2008 all the activation happening via online/phone. every time you provision even though your vm template is...
June 7, 2016 at 10:52 pm
compare the IO statistic on the Guest and VM level and you can found where the problem is. very bad idea to keep it like this.
June 7, 2016 at 10:49 pm
Viewing 15 posts - 1 through 15 (of 55 total)