Viewing 15 posts - 13,681 through 13,695 (of 26,486 total)
If the production database, MyDB, resides in F:\SQLData on the production server and you restore the backup of this database to a test server without using the MOVE clause, it...
March 19, 2012 at 10:24 am
njdevils39 (3/19/2012)
I apologize, just nobody was responding to the old reply. OH yes, I do not need the time for the datetime field.
Please remember we are volunteers and we answer...
March 19, 2012 at 9:49 am
May I ask why you started a new thread for what looks like essentially the same problem?
March 19, 2012 at 9:44 am
Eugene Elutin (3/19/2012)
CELKO (3/19/2012)
I wonder what kind of coding standards do You refer to? Are any industry-wide recognised standards available? What is ISO number for them?
The ISO-11179 is one....
March 19, 2012 at 9:41 am
Also, if you have separate servers for production and test, how does this even come into play:
I just do not want to restore a production database backup over top...
March 19, 2012 at 9:10 am
On your test server, do you have a directory f:\sqldata or is it only F:\testsqldata? If you don't have the f:\sqldata and you don't include the MOVE clause, the...
March 19, 2012 at 9:08 am
If you haven't already, I'd start looking at SQL Server 2012 and Always On. It provides the benefits of both clustering and database mirroring.
March 19, 2012 at 9:04 am
I think it depends on the applications you are running as well. SQL Server 2012 is just coming out. Many 3rd party software packages may not support SQL...
March 19, 2012 at 8:51 am
Ray K (3/19/2012)
Daniel Bowlin (3/19/2012)
L' Eomot Inversé (3/19/2012)
SQLRNNR (3/17/2012)
greengrass
mow
weeds
pollen
March 19, 2012 at 8:24 am
Actually, I would use a calendar table and do a left join from it to the dates in the list. The null values can be converted to 0 using...
March 19, 2012 at 8:17 am
kevinsql7 (3/19/2012)
"You will need to use both the MOVE and REPLACE if you want the database files in the same location on the test server. "
My concern is I do...
March 19, 2012 at 8:15 am
You will need to use both the MOVE and REPLACE if you want the database files in the same location on the test server.
March 19, 2012 at 7:10 am
The output given is correct for the data type involved, you are sorting a string. Based solely on your sample data, one way to sort it is as follows:
declare...
March 19, 2012 at 7:08 am
I have SSMS set to replace tabs with spaces. That way I use a tab to indent but it actually uses spaces.
If I need to change an indent on...
March 19, 2012 at 7:02 am
Our point is that everyone has their own standard.
I worked with three other people at one company and each of us formatted code differently. Three of us had no...
March 19, 2012 at 6:56 am
Viewing 15 posts - 13,681 through 13,695 (of 26,486 total)