Viewing 15 posts - 166 through 180 (of 323 total)
The subscriber server is down? or the replication agent is down?
February 10, 2010 at 5:23 am
You can see the SQL Native Client version index under odbcad32 in the drivers tab.
It comes with your installation of SQL. If you want to install it on a separate...
February 5, 2010 at 4:19 am
What if you have the license though? But you don't want to install all of the client tools?
If the questions to my above are "Doesn't matter, it breaks the license"...
February 4, 2010 at 2:28 am
I think you can get around having to install the SQL client tools. You could run the BCP from the application server direct to the database server as long as...
February 3, 2010 at 4:33 pm
The topic title suggests you want to know about forecasting database growth, but the content is that you want to know which maintenance to apply.
Do you want to know about...
February 3, 2010 at 4:28 pm
Nadrek (2/3/2010)
So, I believe you have something like:A) Truncate
B) Insert
C) Update
D) More Insert
E) More Update
Nope I have
A) Truncate
B) Insert
C) Update
but I like your advice thankyou
February 3, 2010 at 4:25 pm
Actually he did NOT state that is the correct way. He gave some sound advice that I am best benchmarking the different options to see what is best! You should...
February 3, 2010 at 4:24 pm
We have a table - Lets call it "SalesData"
We remove the indexes
We populate this table with data from tables A,B and C
We then add the indexes back on to fields...
February 3, 2010 at 7:53 am
Can you explain your reasoning? My way of thinking is that if the process is updating based on joins to other tables, and the relevant fields in the update table...
February 3, 2010 at 2:27 am
Good point - but surely better to put the indexes back in before the updates so that SQL can take advantage of the indexes in the main table when joining...
February 2, 2010 at 3:18 pm
Hmmmm.....it was the network guy. Didn't set the correct permissions. Only had read permissiosn. Begs the question why SQL didn't report "Write permissions denied" rather than "Cannot see"!!!
February 1, 2010 at 1:11 pm
The idiot has fixed it! @Settings_Profile wasn't being passed in correctly. :crazy:
Thanks for your help people, discussing it opened my eyes!
January 21, 2010 at 4:07 am
This is the statement -
SELECT @RunStatus = RUN_STATUS
,@FileFolder = EXTRACT_FOLDER
,@AlertTo = ALERT_TO
,@AlertCC = ALERT_CC
,@StartDate = START_DATE
,@EndDate = END_DATE
FROM dbo.Job_Settings
WHERE PROFILE_DESC = @SettingsProfile
All parameters are mapped and use the...
January 21, 2010 at 4:00 am
Do you mean you want to create some variables, populate them from data source, and then use these in the SMTPSendMail task?
If so, which bits do you not know...
January 20, 2010 at 7:21 am
Yep that is set. Thanks for trying.
January 20, 2010 at 2:51 am
Viewing 15 posts - 166 through 180 (of 323 total)