Viewing 15 posts - 76 through 90 (of 180 total)
in addition to the above, do you have a sql 2008r2 server you can restore the backup to to rule out version difference being the problem?
May 15, 2015 at 2:34 am
oh sorry! you can try and set up linked servers from the remote sql instances to make sure you can connect successfully. then query the instance through those linked servers.
May 14, 2015 at 11:20 am
because iacceptsqllicense terms will need to be true
May 14, 2015 at 10:24 am
if you fire up a new trace and use the login audit template, this will trace just connections. then in the hostname field you will see the source of the...
May 14, 2015 at 10:23 am
sqlbill's method is a bit of a quicker route, which i'll probably use in future! but effectively uses the same tool.
May 14, 2015 at 10:12 am
hi you should have 'import and export data' tool installed on your machine if you installed management studio complete. you will find it under start > programs > sql 2008(r2)...
May 14, 2015 at 10:08 am
why don't you import the excel spreadsheet into sql, then you can write and execute a query referencing the two tables with a join.
May 14, 2015 at 9:46 am
give it a try. create a new database and see if it is backed up automatically.
May 14, 2015 at 9:45 am
can't see the image but why don't you just write it into the query like
select
cola
,colb
,cola-b "variance"
from table
then create the report from that data set?
May 14, 2015 at 9:41 am
are you doing this using the gui or via the cmd prompt?
May 14, 2015 at 9:37 am
Can become an issue if its writing many times and filling up error log for no reason.
May 14, 2015 at 8:49 am
Yeah, I wouldn't expect backup jobs to hammer the cpu, is there anything else running on the server other than the SQL instance? Any applications?
What about any index maintenance jobs,...
May 5, 2015 at 3:12 am
sqljobvis is a really good free tool that gives you a graphical view of jobs and their running times on the sql server. worth a look.
May 1, 2015 at 7:08 am
What recovery model is the database in? if full set to bulk logged for the bulk insert operation. Are there any unused indexes on the table? get rid of them....
April 29, 2015 at 8:57 am
Any scheduled jobs running at the time?
April 28, 2015 at 3:29 pm
Viewing 15 posts - 76 through 90 (of 180 total)