Viewing 15 posts - 5,611 through 5,625 (of 6,395 total)
can you zip and attach your shp and dbf files as I have only ever done maps by embedding the geo data as a spatial query passing a bing map...
March 14, 2012 at 4:24 am
create the parameter at the dashboard level, then in each subreports properties pass in the parameter to run the report.
the sub report data sets and/or reports will need changing also...
March 14, 2012 at 2:59 am
two ways
add a clean up maintenance plans task and give it a number of days to keep
or
in the back up database task on the options menu enable remove files older...
March 14, 2012 at 2:54 am
I dont believe you can change the display name, you can change the email address its from in 2008 by using the @from_address parameter, but I'm sure it takes display...
March 14, 2012 at 2:47 am
stevefromOZ (3/13/2012)
March 14, 2012 at 2:43 am
the following link http://msdn.microsoft.com/en-us/library/ms175106.aspx contains all the objects that are used in logshipping, you should be able to create a query to your needs by selecting from these.
March 14, 2012 at 2:32 am
you would need to create a batch file which calls SQLCMD passing in the .sql file and then run the batch file, the only way in SSMS is to press...
March 14, 2012 at 2:28 am
as another one on this, single user does exactly what it says allows 1 person access to the DB, if that is to much then you could set the database...
March 14, 2012 at 2:23 am
please take a moment to read the first link in my signature block on posting T-SQL
as this is fairly a small task i have knocked this up
create table #temp (col1...
March 14, 2012 at 2:13 am
are you moving a SQL2000 master database to a SQL2008 server? or is it going 2000 to 2000?
what is your goal in moving the master database? is it to...
March 14, 2012 at 2:08 am
Also to add on from Lynn you could use the convert function which does the same job as cast
First column: CONVERT(VARCHAR(10), SUBSTRING(col1,1,10))
Second column: CONVERT(VARCHAR(64), col2)
March 14, 2012 at 2:05 am
Jeff Moden (3/13/2012)
anthony.green (3/12/2012)
March 14, 2012 at 1:59 am
i would suggest creating a profile trace which looks at the text data of all connections for the following strings
ALTER DATABASE nameofyourdatabase SET RECOVERY FULL
or
ALTER DATABASE nameofyourdatabase SET RECOVERY SIMPLE
that...
March 13, 2012 at 10:14 am
if you have enterprise edition you can do a scale out deployment where you have multiple hosts acting as SSRS front ends which will give load balancing and HA if...
March 13, 2012 at 10:10 am
if you want to run two instances one on each node then you need two virtual names SQL01\INSTANCE01 and SQL02\INSTANCE02 for example, then if they are resources in the...
March 13, 2012 at 9:57 am
Viewing 15 posts - 5,611 through 5,625 (of 6,395 total)