Viewing 15 posts - 1 through 15 (of 278 total)
Grant Fritchey (8/9/2011)
mazzz (8/9/2011)
I spotted this drinking establishment during a fleeting visit to Bradford, UK, and thought of this thread...
Anytime we're in Bradford, I have a pub selected. The only...
August 9, 2011 at 5:03 am
I spotted this drinking establishment during a fleeting visit to Bradford, UK, and thought of this thread...
August 9, 2011 at 3:39 am
I suspect it's the rendering of the email that gets rid of the char(13)s - assumes it's whitespace and gets rid of it.
July 5, 2011 at 3:41 am
Take a look at this blog post as a starting point:
http://strictlysql.blogspot.com/2010/03/whats-causing-my-tempdb-to-grow-sql_17.html
From the query there you could filter out records where the objects (internal/user) allocated are significantly larger than...
June 2, 2011 at 3:37 am
Also
select * from sys.configurations
might have what you need
June 1, 2011 at 9:49 am
Powershell would be one way to do it:
http://www.youdidwhatwithtsql.com/auditing-your-sql-server-with-powershell/133
June 1, 2011 at 9:35 am
you could query sys.master_files and look for physical_name matching the .mdf you have.
June 1, 2011 at 7:50 am
GilaMonster (6/1/2011)
June 1, 2011 at 4:44 am
Ivan Mohapatra (5/26/2011)
1- is my windows server where all the website and database is been hosted and is live .
2 -is my laptop.
ok
1-
if i am taking...
May 27, 2011 at 5:00 am
What I generally do for things like this:
You can generate one script, then get it to be in a single line of code.
Then use Excel/some spreadsheet to do the work...
May 26, 2011 at 10:38 am
From what I've read, I don't believe there are any issues with running more than one t-log, but there are certainly no benefits (edit: performance-wise). The log is accessed sequentially...
May 26, 2011 at 9:52 am
I don't know whether this would be equivalent to your query, but if I run the slightly altered code below I get blocks of heads (or tails) with the same...
May 25, 2011 at 10:05 am
You wouldn't want to leave a transaction open for any length of time as that would cause blocking.
I guess you'd have to save the various values that are set in...
May 20, 2011 at 9:59 am
Hi
Have a look at PIVOT:
http://www.techrepublic.com/article/write-pivot-queries-in-sql-server-2005/6143761
May 19, 2011 at 7:08 am
Oh - I see where the confusion comes from.
When I said "a separate job to run every Tuesday" I meant separate from the job that needs to run, not a...
May 16, 2011 at 10:28 am
Viewing 15 posts - 1 through 15 (of 278 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy