Viewing 15 posts - 13,666 through 13,680 (of 26,486 total)
drew.allen (3/20/2012)
DATEADD(MONTH, DATEDIFF(MONTH, 0, GETDATE()), 0)
You can then use that in your CASE expression or WHERE clause as...
March 20, 2012 at 11:32 am
Unfortunately that hasn't been my experience in the past. As such, if the directory structure of the source database from the directory structure of the destination, I will always...
March 20, 2012 at 11:09 am
Here is a link to check out other options:
http://www.vieka.com/esqldoc/esqlref/htm/odbctime__date__and_interval_functions.htm
March 20, 2012 at 8:44 am
Try this ODBC date function: {fn CURRENT_DATE( )}
March 20, 2012 at 8:42 am
er.sivaganesh (3/20/2012)
ya it was working finebut why u and jef told don't use cursor
To add to what Jeff said, cursors and while looks...
March 20, 2012 at 7:04 am
Okay, pretty sure you've had the opportunity to see and test the code posted. Curious what you have found out testing it.
March 19, 2012 at 9:13 pm
Where I am now is using TortoiseSVN. If I remember, I let you know how well it works.
March 19, 2012 at 4:54 pm
Possible some of the rebuilds of indexes (clustered/nonclustered) freed space in the database when pages were consolidated. The database itself will retain its size unless explicitly shrunk.
Depending on how...
March 19, 2012 at 4:52 pm
SQL Backup is a third party tool for backups, correct? Is it configured to compress the backup files?
March 19, 2012 at 3:46 pm
kevinsql7 (3/19/2012)
Lynn Pettis (3/19/2012)
March 19, 2012 at 1:12 pm
Can we say it any plainer than this:
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
March 19, 2012 at 1:06 pm
njdevils39 (3/19/2012)
but can you please give me an idea or code example how you would go about writing this stored procedure:
Note: Please include emp_name, emp_organization and emp_department from...
March 19, 2012 at 10:37 am
MarbryHardin (3/19/2012)
Saying that you want to use spaces because people will write improperly formatted code is a hack. Tabs have the same usefulness and purpose in...
March 19, 2012 at 10:34 am
I have not had a restore with replace put the data files in the original location of the database being restored. I have seen it delete the files from...
March 19, 2012 at 10:28 am
Viewing 15 posts - 13,666 through 13,680 (of 26,486 total)