Viewing 15 posts - 5,596 through 5,610 (of 6,400 total)
if you have to number of sales in the same row as the geo data in the data set, then at the point layer properties, you can specify a label...
March 14, 2012 at 8:22 am
is this a named instance of SQL?
what errors do you get when you do try and go to the reports url?
can you post the screen shots of the report manager...
March 14, 2012 at 8:13 am
is that authentication error using windows accounts or sql accounts?
can you post screen shots of the linked server config?
March 14, 2012 at 7:38 am
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
Viewing 15 posts - 5,596 through 5,610 (of 6,400 total)