Viewing 15 posts - 1 through 15 (of 18 total)
Ville-Pekka Vahteala (6/9/2014)
arnold-491793 (6/9/2014)
I am having a problem in creating query for this exciting scenario.
Table A
ID ItemQtyCreatedDatetime
W001 CB112014-06-03 20:30:48.000
W002 CB112014-06-04 01:30:48.000
Table B
IDItemQtyCreatedDatetime
A001 CB112014-06-03...
June 9, 2014 at 10:54 pm
Lynn Pettis (3/20/2010)
March 20, 2010 at 10:38 pm
Hi.
Just one last question and i know it is critical.
How about the user permission and security? What will happen when i use detach and attach database in my SQL...
March 20, 2010 at 8:06 pm
Paul White NZ (3/20/2010)
There is a good SSC article on this topic...
March 20, 2010 at 7:12 pm
GTR (3/18/2010)
JDixon-385826 (3/17/2010)
March 19, 2010 at 12:32 am
CirquedeSQLeil (3/17/2010)
In other words, you will have your bases covered and should be...
March 17, 2010 at 11:25 pm
CirquedeSQLeil (3/17/2010)
1. Backup the database
2. Disable access to the server for all connections not related to you, the team,...
March 17, 2010 at 11:04 pm
Is there any risk in using sp_detach in production database? I would like to move some of my data file in different array partition to have more disk space. I'm...
January 12, 2010 at 11:57 pm
GilaMonster (1/7/2010)
ALTER DATABASE with the MOVE clauseTake the database offline
Move the files
Bring the database online.
Do you have sample on how to use Move Clause to move a current filegroup mdf/ndf...
January 7, 2010 at 8:00 am
I have another partition in my disk array that has enough space. I'm planning to move my data file into Drive F:
Here is the data file in my Drive E:
Data...
January 6, 2010 at 4:58 pm
Steve Jones - Editor (1/6/2010)
January 6, 2010 at 4:05 pm
GilaMonster (1/6/2010)
That's fairly normal. SQL needs space to put those new indexes.I'd suggest you look at getting some more disk space.
How about doing some DBCC Shrinkfile? Is this will free...
January 6, 2010 at 11:34 am
This is cool. Thanks. That's right the 3 aladd1 in case statement should be aladd2, aladd3, aladd4. Just a typo error.
November 23, 2009 at 7:20 pm
sarbhika (11/19/2008)
I try this one and it works, I beginners just practicing...
What did your try?
November 19, 2008 at 10:07 pm
Chirag (11/19/2008)
Whats the amount of data that we are dealing with?
Thousand of rows.
November 19, 2008 at 4:35 pm
Viewing 15 posts - 1 through 15 (of 18 total)