Viewing 15 posts - 5,596 through 5,610 (of 6,395 total)
yes you can.
easiest way would be to right click the database and then script the database as a create, then change the name and filepaths, then restore the backup into...
March 14, 2012 at 7:36 am
I shall remember that Lowel, copy and ftp home.
Kyrpto, was just making sure that the data wasn't going to breach any standard like PCI-DSS if it was credit card details...
March 14, 2012 at 7:35 am
out of interest what is the data when it is un-encrypted? credit card numbers, passwords, sensitive information?
March 14, 2012 at 7:22 am
Your talking about object level restores which are not avilabile in SQL as standard.
I know LiteSpeed for SQL server from Quest Software has object level restores built in but this...
March 14, 2012 at 7:15 am
what account is the SQL Agent running as on A? Is it local system? Could you add a login to B which is DOMAIN\A$ and give it the...
March 14, 2012 at 7:09 am
can you post the error details from event viewer for the starting of the service?
March 14, 2012 at 7:01 am
dsohal (3/14/2012)
I want to use that option E-mail of Job Properties, How I can get that function and get the email group there
have you followed the steps which opc.three gave?
if...
March 14, 2012 at 6:59 am
you will need to alter the column to be not null and then create the primary key
March 14, 2012 at 6:57 am
GilaMonster (3/14/2012)
anthony.green (3/14/2012)
you need to join sys.dm_db_index_physical_stats to sys.sysindexes
sys.sysobjects and sys.sysindexes are deprecated, included only for backward compatibility with SQL 2000 and should not be used in any new...
March 14, 2012 at 6:50 am
its the same, but you need to specify 0,2 where 0 is the log number and 2 means SQL Agent Log, so say you wanted the 10th rolled over log...
March 14, 2012 at 6:28 am
you need to join sys.dm_db_index_physical_stats to sys.sysindexes
the below is what i use to get all the indexes in all databases which have more than 8 pages, more than 0%...
March 14, 2012 at 6:24 am
lots of good links on google, do a search for ssis 101 or ssis basics and take a play in BIDS, knock up a couple of packages and test them...
March 14, 2012 at 6:03 am
different ways to do it
you could as I said, copy the data from server 1 into server 2 and then do a update on server 2
or
you could use a data...
March 14, 2012 at 5:37 am
You could transfer the data from Server1 into a staging database on Server2, then write a stored proc which joins to the staging database and does the update.
March 14, 2012 at 5:08 am
Viewing 15 posts - 5,596 through 5,610 (of 6,395 total)