Viewing 15 posts - 466 through 480 (of 485 total)
Thank you, I'll give both a try tomorrow and get back to you.
May 26, 2010 at 9:26 am
I would second the Inside SQL Server books, excellent reference books, but a word of warning the first 2 / 3 chapters in the T-SQL programming and T-SQL Querying books...
May 26, 2010 at 8:22 am
Thanks I managed to get it working using a similar solution:
DECLARE @results table (result xml)
--Build the Dynamic SQL Statement to get the data from the xml file
SET @sqlstmt= 'SELECT *...
May 19, 2010 at 1:59 am
Thanks I managed to get it all working successfully.
Also I modified the functions so I could provide 2 dates so I can calculate the time passed between them instead of...
May 6, 2010 at 3:23 am
Hi, could you give me a little guidance on removing the lunch break as we have a rolling support team who work from 8am till 6PM.
I have managed to update...
May 5, 2010 at 3:57 am
The database was upgraded over the weekend by a member of our support staff, which caused the log to grow by 5GB while all the database changes occured.
Usually the log...
February 1, 2010 at 5:52 am
Hi,
If you buy the self paced training kit books you get a free set of tests on a CD which are by measureup. To be honest this is cheaper...
December 15, 2009 at 4:47 am
Thats the one, thank you!
November 10, 2009 at 9:36 am
Hi, I have written some SQL in the past that might just give you what you are looking for this will outout to a file in C:\temp called Security_Report.txt.
File is...
October 2, 2009 at 9:21 am
Steve, sorry I should have mentioned that I'm a DBA.
And it's looking forward.
September 30, 2009 at 2:23 am
Hi,
I have done all 3.
70-431 has simulations and multiple choice.
70-443 is a case study based exam, mine was 6 case studies with between 7 and 13 multiple choice...
September 29, 2009 at 9:45 am
Thanks for the reply, I have been toying with the idea of the BI stuff as I agree there definitely seems to be a growing market for this.
I...
August 28, 2009 at 3:06 am
Other than the WMI error, could it be that the SQL Server Service (MSSQLSERVER if its a deafult instance) is configured to use a windows account to run the service....
July 20, 2009 at 7:47 am
Just relaised its a problem with the text displayed in Google Chrome so when copied to Query Analyser it has html tags in it, copied it again in IE7 and...
July 8, 2009 at 4:35 am
Steve's answer was definetly more complete, I should have done the same, hope you get it working.
June 5, 2009 at 5:11 am
Viewing 15 posts - 466 through 480 (of 485 total)