Viewing 15 posts - 13,246 through 13,260 (of 26,486 total)
Grant Fritchey (4/3/2012)
Lynn Pettis (4/3/2012)
Some people really shouldn't be allowed near SQL Server systems.Come on. I'm not that dangerous.
Not talking about you, at least this time.
April 3, 2012 at 12:00 pm
Some people really shouldn't be allowed near SQL Server systems.
April 3, 2012 at 11:53 am
jitendra.padhiyar (4/3/2012)
April 3, 2012 at 11:51 am
Based on your sample data above, what is the expected results you are looking for from the query?
April 3, 2012 at 11:48 am
You would get better answers to your question if you posted more information. To be precise, you should post the DDL (CREATE TABLE statement(s)) for the table(s), sample data...
April 3, 2012 at 11:42 am
shermola1 (4/3/2012)
April 3, 2012 at 11:38 am
Welsh Corgi (4/3/2012)
They will retain the Initial Load and each incremental load.
THe staging is...
April 3, 2012 at 11:25 am
April 3, 2012 at 10:41 am
Looks like it is doing just what you need. It is doing an index seek on the primary key.
What do you think is wrong with the query?
April 3, 2012 at 10:35 am
From Books Online:
Limitations of Page Restores
--------------------------------------------------------------------------------
Only database pages can be restored. Page restore cannot be used to restore the following:
Transaction log
Allocation pages: Global Allocation Map (GAM) pages, Shared...
April 3, 2012 at 8:51 am
I think you have been around long enough to know that what we need is the DDL for the tables (CREATE TABLE statements), sample data (INSERT INTO statements) for the...
April 3, 2012 at 8:28 am
Steve Cullen (4/3/2012)
April 3, 2012 at 8:23 am
Best thing you could do, test this in a test environment to be sure it does what you expect. If both files are in the same file group I...
April 3, 2012 at 8:13 am
The problem you are facing is that you are calculating the number of vendors that are 2,5,10, and 20 miles away from each zipcode in the Location table. At...
April 3, 2012 at 7:52 am
You can tell SQL Server where to palce the new file using RESTORE LOG using the WITH MOVE clause. You would have to handle the restore of the log...
April 3, 2012 at 6:41 am
Viewing 15 posts - 13,246 through 13,260 (of 26,486 total)