Viewing 15 posts - 376 through 390 (of 454 total)
That actually means that it's impossible to backup. I wanted to backup a set of tables from differnt filegroups, along with all their (possible) constraints, triggers, indexes, etc.
September 2, 2011 at 11:14 am
Thanks all for your input.
I had similar techinique to what Lowell suggested, but yours is better. And I also removed the code where I select inserted and deleted into a...
June 9, 2011 at 9:20 am
But what the difference it makes for you how you call yourself Junoir, Senior.
June 1, 2011 at 2:04 pm
Hi all, I even did not expect so many replyes over the weekend.
Dan: Yes, I am looking at space available, and that's easy query, I use sys.database_files along with...
April 18, 2011 at 10:49 am
First, they do affect the performance. From time to time users get a messages that SQL Server cannot allocate space in tempdb.
Second, notify managers via email when used space in...
April 15, 2011 at 2:43 pm
It looks like this is the problem, I do not have 'sa' privileges.
April 15, 2011 at 1:55 pm
That's because I am tasked to write a script to find largest objects in tempdb. They affect our performance. The code is simple, I just join sys.tables and sys.sysindexes in...
April 15, 2011 at 1:35 pm
It works, Jack, if I run this code in same connection. But I need to create a temp table in one connection and search for it in another one.
April 15, 2011 at 1:26 pm
That's amazing! Thanks a lot, Perry. Actually I can use it not only for backups or restores, but for anything else.
March 28, 2011 at 12:21 pm
Thanks for quick reply, I found files for my table, but this is only 50% of what I wanted: I want to find page numbers as well.
February 14, 2011 at 10:39 am
I handled this question in a stupid way. Since this position also assumes some Oracle (but not required) and I never heard about semaphores in SQL Server, I answered that...
January 27, 2011 at 2:45 pm
Thanks both Lowel and GilaMonster, now it's little bit clear for me.
As I understood correctly, semaphors can be used by developers for row versioning, and is used by SQL...
January 27, 2011 at 1:56 pm
Thanks for "smart" reply, GilaMonster. I also could have gone to Google and search for it before posting here, but all that links give only very general explanation of it,...
January 27, 2011 at 1:16 pm
So it looks like the most replyes revolves around two fonts : Arial vs Times. But are there recruiters or hiring managers here on our board ? What's your guys,...
January 3, 2011 at 11:43 am
Thanks Gethyn
This is exacltly what I needed. Also, should I set it to multi user after restore ?
December 15, 2010 at 11:23 am
Viewing 15 posts - 376 through 390 (of 454 total)