Viewing 15 posts - 2,626 through 2,640 (of 3,366 total)
How do you spell
mercenary? But it is not easy to find work with good companies without them because they don't get paid if you are not...
September 13, 2007 at 6:25 pm
(In the Microsoft SQL SERVER 2005 book (pp 151) it say you can but it's not happening?)
If the book is new return it because skilled SQL Server users knows what...
September 12, 2007 at 12:18 pm
That is correct I met one of the writers of the above book he did not know the difference between UNION and UNION ALL and biggest was they did not...
September 8, 2007 at 11:39 am
Triggers are obsolete for most development needs because the RDBMS vendors created triggers to enforce business rules before pure object modeling. Now you just grab a conference room and model...
September 7, 2007 at 6:30 am
I have used Oracle 8i, 9i, & 10g and you cannot compare Oracle documentation to SQL Server, ask me for a SQL Server book and I tell you the BOL. ...
September 6, 2007 at 8:28 pm
That is correct but the time I answered this post it was not the advice I will give based on duration in recovery. Delete starts a clean restore with recovery...
September 6, 2007 at 8:02 am
You run into this pesky problem when you restore a database with no recovery option per Microsoft that is not valid so SQL Server keeps your database in recovery until...
September 5, 2007 at 3:42 pm
In Management Studio right click on the database and go to files click on Primary and increase the size and you may want to adjust the percent of auto file...
September 3, 2007 at 12:00 pm
What I am trying to tell you is there is very limited developer control of how report pages are rendered.
August 30, 2007 at 9:03 am
Removing blank page is not easy if you have hidden images and export to PDF, I find if you increase the page size above 8.5 this problem goes away if...
August 30, 2007 at 8:27 am
SQL Server Express comes with 1gig ram restriction for everything you run, check the link below for details.
August 27, 2007 at 7:30 am
I declare all my report parameters as NVarchar and I have also seen it as Nvarchar(max) with all the needed conversions in my stored procedure and in the Report configuration I...
August 24, 2007 at 7:26 pm
I think you have standard Express it is limited so go the link below and download the Express Advanced and uninstall the standard Express and install the new one. Then...
August 24, 2007 at 4:47 pm
Hi Lynn,
You can use a regular stored procedure to run SSIS packages with a Job since SQL Server 7.0 Microsoft have changed a few things and have documented somethings. A...
August 24, 2007 at 4:15 pm
Viewing 15 posts - 2,626 through 2,640 (of 3,366 total)