Frustrating!
SQL Server 2014 - 64 Bit
My dtsx package works fine if run manually but no way to schedule it on SQL Server Agent.
Solution was easy: Use 32 bit runtime!
On SQL server Agent - Jobs view your Job Properties and select:
Showing posts with label SQL Server. Show all posts
Showing posts with label SQL Server. Show all posts
Thursday, January 22, 2015
Tuesday, January 20, 2015
Prevent saving changes that require table re-creation
Today I was trying to change the structure of a table in SQL server and I could'n! I got the error: "Saving changes is not permitted" !
Brief googling and I I found the solution:
On SQL server Management Studio go to Tools–>Options->Designers and un check the option "Prevent saing changes that requires table re-creation"
Done!
Brief googling and I I found the solution:
On SQL server Management Studio go to Tools–>Options->Designers and un check the option "Prevent saing changes that requires table re-creation"
Done!
Friday, October 11, 2013
SQL Server 2005 - How to Rebuild Indexes periodically
Rebuilding indexes speeds up searches into a SQL Database. Your applications will benefit!
Index is not rebuild unless you tell SQL server to do it.
I have found quite useful to create a maintenance plan.รน
Right-Click on Maintenance Plans and create a new plan:
Customize your task. You can select DBs to reindex.
With the Calendar icon schedule how often you wish it to run.
Note: plans will then appear in the Jobs Area:
Index is not rebuild unless you tell SQL server to do it.
I have found quite useful to create a maintenance plan.รน
Right-Click on Maintenance Plans and create a new plan:
Undem Maintenance Plan Tasks (left) drug to the workspace the "Rebuild Index Task"
and then doubleclick to get the properties:
Customize your task. You can select DBs to reindex.
With the Calendar icon schedule how often you wish it to run.
Note: plans will then appear in the Jobs Area:
Subscribe to:
Posts (Atom)
Microsoft Teams doesn't open
Hello! My Microsoft Teams stop working! Searching .... I found this solution that worked: Delete the content of: C:\Users\<profile>\A...
-
Hi I just got this error code on the Samsung ML5010-ND: This was a toner problem. Toner is not evenly distributed. Solution: Remove ...
-
Dear All I was looking for a good online backup free space. I am currently using an account of Mega, one of Drive, Dropbox ... OneDrive bu...
-
Hi I added the "Search" gadget to my blog, and it doesn't work ....






