Viewing 15 posts - 8,791 through 8,805 (of 9,253 total)
right click my computer and select properties. Change the domain and reboot. its only the servername that SQL server uses. Domain membership will just affect the accounts who can connect
November 5, 2008 at 7:02 am
me and my big mouth, forgive me it looks as though XP_FileExist doesnt accept wildcards 🙁
November 2, 2008 at 5:37 am
you shouldnt need to and personally i wouldnt use xp_cmdshell. Use one of the file access extended stored procedures to find the files in the directory and list them to...
November 1, 2008 at 4:50 pm
create and alter index are minimally logged under simple and bulk-logged. i would set the recovery to bulk logged for index rebuilds and back to full afterwards followed by a...
October 29, 2008 at 3:27 pm
thats assuming he wants to strip data out 😉
personally i would always truncate and de personalise data before giving it to development
October 28, 2008 at 11:53 am
michael.anyone (10/27/2008)
shrinking is not a real choice because the DB will be at 100GB within a year
makes this post rather redundant then really as your target server will need the...
October 28, 2008 at 5:07 am
i would disable DHCP and assign each machine a static IP. check the hosts file on each pc to see if there are any entries in there. Its located in
C:\windows\system32\drivers\etc
or
C:\winnt\system32\drivers\etc
set...
October 28, 2008 at 4:51 am
there's more than one way to skin a cat my friend 😉
October 27, 2008 at 4:38 pm
the public DNS servers will have no knowledge of your internal network naming
from a command prompt type the following and post the complete results
IPCONFIG/ALL
also what make\model is your router?
October 27, 2008 at 4:27 pm
you wont be able to truncate tables if there are referential integrity constraints on them (foreign keys for example)
disabling the indexes will help from a performance point and maybe you...
October 27, 2008 at 4:19 pm
go into add\remove programs and run a repair on the .NET 2.0 framework
October 27, 2008 at 4:12 pm
depends on the referential integrity of the tables, etc. Do you want to import data such as key id fields?
disable any constraints and import the data then re enable them
October 27, 2008 at 11:32 am
michael.anyone (10/26/2008)
allocated as 100GB file but having only 20GB inside
first thing i would do Michael is ascertain just how much disk space the live database requires.
Once this is done shrink...
October 27, 2008 at 11:29 am
Viewing 15 posts - 8,791 through 8,805 (of 9,253 total)