Viewing 15 posts - 22,486 through 22,500 (of 26,490 total)
Ninja's_RGR'us (2/13/2009)
bitbucket (2/13/2009)
February 13, 2009 at 11:20 am
How does the backup server know what its ID is?
February 13, 2009 at 11:03 am
The following will return the last day of the previous month:
dateadd(mm, datediff(mm, 0, getdate()), -1)
Personally, the queries, however, should be coded as a < and use the following:
dateadd(mm, datediff(mm, 0,...
February 13, 2009 at 10:56 am
Then scope_identity is returning null. Tried this, select scope_identity(), on my dev server, and it returned null.
I'd put an isnull() with a default value around your call to scope_identity...
February 13, 2009 at 10:50 am
littlebeeper110 (2/13/2009)
Setting up transactional replication for a large hospital system. Replication pulls changes from primary server to x-number of facility servers. Replication is setup and working correctly.
Issue:
Each replicated...
February 13, 2009 at 10:47 am
what does select @path return?
If @path is null the string returned from the concatenation will be null if SET CONCAT_NULL_YIELDS_NULL in ON.
February 13, 2009 at 10:44 am
Maybe this will help.
When you backup your database, HomeDesignDB, the backup file contains the physical location and filenames of the mdf/ndf(if present)/ldf files. For example D:\Databases\HomeDesignDB.mdf, D:\Databases\HomeDesignDB.ldf.
When you restore...
February 13, 2009 at 10:33 am
Chris Morris (2/13/2009)
Lynn Pettis (2/13/2009)
... and one of them I got down here where I work now. If I could get the other one, in a heartbeat.
Heh yeah I...
February 13, 2009 at 9:47 am
Here is a solution, based on the article everyone mentioned and is also listed below in my signature block.
create clustered index IX_RunningBal on #temp (
budget asc,
...
February 13, 2009 at 9:44 am
First, I got my degrees to fill in the boxes while looking for work in my chosen career field. Plus I enjoyed going to school and learning.
I will agree,...
February 13, 2009 at 9:31 am
Chris Morris (2/13/2009)
Lynn Pettis (2/13/2009)
February 13, 2009 at 9:20 am
Why do you think it is only storing 8K of data?
February 13, 2009 at 9:16 am
Could be, of course, that common sense isn't all that common.
February 13, 2009 at 9:12 am
Not saying this is true of all PhD's, but many of the ones I have met seemed to have lost one very important thing, common sense. Is there a...
February 13, 2009 at 9:11 am
Actually, I think we need an emoticon for sarcism. Know of one?
February 13, 2009 at 8:57 am
Viewing 15 posts - 22,486 through 22,500 (of 26,490 total)