Viewing 15 posts - 14,836 through 14,850 (of 26,486 total)
If you took the time to do a little research in Books Online, you would probably have been able to figure this one out yourself. Please take the time...
January 20, 2011 at 10:00 pm
Lynn Pettis (1/20/2011)
Arrrggggg!
Just a follow-up. I will now be spending one or more hours moving a column back to its original position in the row in seven tables. ...
January 20, 2011 at 9:51 pm
Simple answer, no.
The question I have is why would you exclude any table(s) from the backup?
January 20, 2011 at 3:49 pm
Just for giggles (plus I need to keep SQL Server fresh in my mind):
create table #foo(id int, name varchar(200), [state] varchar(90), varchar(450))
insert into #foo
SELECT 1, 'JAMES',...
January 19, 2011 at 12:16 am
I have found backups to network shares to be somewhat problematic. I haven't had any real issues with restores from network locations, except they can take longer under heavy...
January 19, 2011 at 12:13 am
I have posted my resume on monster.com, linkedin.com, sqlpass.org, and a few other sites. Unfortunately, most of the calls I have gotten are not SQL oriented or have been...
January 18, 2011 at 11:45 pm
I guess I am missing how the business reason behind what you are doing isn't meshing with your fruit analogy.
Using analogies doesn't always help us help you solve your problem.
January 17, 2011 at 8:00 pm
Personally, I don't care about how many are beneath me in the rankings. It is immaterial since there are over 1.25 million registered users on SSC. Many maybe...
January 17, 2011 at 3:06 am
aj_jm964 (1/17/2011)
Attached is an Excel of a quick screen look at waht I'm looking to get. Items in yellow/red are what I need to get from the query. All others...
January 17, 2011 at 3:01 am
aj_jm964 (1/17/2011)
Both columns can be Blank/Null or one or the other will be populated
I want to only see where both COLUMNS are Blank/Null or the document number in...
January 17, 2011 at 1:56 am
Is it possible for both of these columns to contain data or to be empty.
If both contain data, is it possible for the data to be different.
If both are empty,...
January 17, 2011 at 1:43 am
Also, as I was looking through your code, I have to ask; is this MS SQL Server code or Oracle code? The reason I ask is that the following...
January 17, 2011 at 1:33 am
First, please read the first article I reference in my signature block below. Then please provide the DDL for the table(s) (CREATE TABLE statement(s)), sample data for each table...
January 17, 2011 at 1:30 am
Viewing 15 posts - 14,836 through 14,850 (of 26,486 total)