Viewing 15 posts - 1 through 15 (of 20 total)
If you really want to query fast put an clustered index on the columns you want to query on. If you want your clustered index to be nice and healthy...
October 24, 2008 at 6:54 am
"query performance is MUCH more important than the performance of the inserts, so i'm thinking of putting IDItem first. But when i do that my indexes will get fragmented every...
October 23, 2008 at 1:29 am
post this item in the Integration Services and you'll get more response hopefully.
I know you can set security in SSIS packages on several levels and configuration of the packages can...
October 23, 2008 at 1:26 am
In SQL server:
Under management - Database mail- You need to setup a new e-mail profile and corresponding smtp account
You can use the stored procedure to test if its working:
for more...
July 3, 2008 at 5:26 am
SQL Management Studio -> right click: Database Email (under management) -> Manage database mail account and profiles ->
Here you can create a new profile or modify an existing one....
July 2, 2008 at 12:24 am
By default queries are performing better only to select the columns you need, and put the appropiate indexes on them. If you want to learn more about indexes, you can...
July 1, 2008 at 9:16 am
In SSIS you can use send mail task (under control flow items) or the execute SQL task and you can use: xp_sendmail (a stored proceure to send an email)
July 1, 2008 at 8:51 am
Can you tell me what the size is of your database? And what is the activity on your database? Are there processes / sql statements that need tuning, applying indexes...
July 1, 2008 at 8:30 am
@Piet, i am curious how it is going and how have you implemented your maintance plans / backup strategy?
July 1, 2008 at 8:13 am
And if the error found there is : Unable to start mail session (reason: No mail profile defined)"
Then: In SQL server Management Studio -> SQL Server Agent -> properties ->...
June 3, 2008 at 6:15 am
@kraaitje and edwin: are you gonna share your experiences with us??
March 5, 2008 at 3:56 am
No, normally you don't have to run update statistics after creating an index. It should have effect on your SQL immediately. Perhaps have a look at your query with execution...
March 5, 2008 at 3:30 am
Problem solved! Just found the solution for: "Unable to start mail session (reason: No mail profile defined)"
Yeeha!
In SQL server Management Studio -> SQL Server Agent -> properties -> Alert...
February 28, 2008 at 2:57 am
@sugesh: Thanx for your reply. It sounds like a nice solution, and in some cases it is a nice solution.
But for the most part we don't want...
February 27, 2008 at 9:24 am
Here table names and column names are different and two different machines.
Can't do that with replication.. You'll need a dts package with that and transform data.
February 27, 2008 at 6:49 am
Viewing 15 posts - 1 through 15 (of 20 total)