Viewing 15 posts - 7,891 through 7,905 (of 9,641 total)
What is the grouping for which you wish to return average tenure?
It looks your query is returning per-person data, do you need average tenure in addition to this data or...
August 18, 2008 at 7:56 am
It would be easier to answer your question if you provided the table schemas involved. See the links in my signature for how to post questions.
Now on to an...
August 18, 2008 at 7:52 am
Sure you can add filtering to a table in a report so you only make 1 round trip to the database.
Go to the Table Properties -> Filters Tab, add the...
August 18, 2008 at 7:47 am
Can you post the code?
Are you doing any grouping or sorting on the report? Obviously sorting on the report will override any sorting in the dataset, and...
August 18, 2008 at 7:39 am
This is the power of XML in that it does allow you some flexibility, but with flexibility many times comes lack of readability and lower performance, as you note. ...
August 18, 2008 at 7:04 am
Have you considered replication or database snapshots?
As far as performance, I would think that batching it will have less of an overall impact then triggers. It really depends on...
August 15, 2008 at 2:36 pm
Taking the backup is really a better way to do it.
But yes your 1st 2 steps will work. Then step 3 on the server would be copy/paste the...
August 15, 2008 at 2:08 pm
If you take the database offline you can copy the mdf and ldf and then attach them on the next server. Then put the database back on-line. I...
August 15, 2008 at 1:47 pm
It depends on how much latency your users are willing to have in their reports, how busy your system is, will triggers or a batch process put less load on...
August 15, 2008 at 1:44 pm
Does it get on the podcast now?
August 15, 2008 at 11:07 am
Yamachari (8/15/2008)
August 15, 2008 at 8:25 am
fixfox8 (8/15/2008)
As I know if we use...
August 15, 2008 at 8:20 am
Jack Corbett (8/15/2008)
jagpalsingh4 (8/15/2008)
I have login as sql admin
Doesn't sound like it on this server. Is the msdb database on-line? The only time I have seen a...
August 15, 2008 at 8:17 am
jagpalsingh4 (8/15/2008)
I have login as sql admin
Doesn't sound like it on this server. Is the msdb database on-line? The only time I have seen a problem like...
August 15, 2008 at 7:59 am
Sounds like a permissions issue. What account is this script running under?
August 15, 2008 at 7:50 am
Viewing 15 posts - 7,891 through 7,905 (of 9,641 total)