Viewing 15 posts - 24,736 through 24,750 (of 26,490 total)
It might also help to see the code you are running to create/drop the procedure.
May 23, 2008 at 7:53 am
The problem with that is keeping the file system backups in sync with the database backups. We want to ensure if a restore is completed, all related information is...
May 22, 2008 at 7:35 pm
John, My only comment regarding your explanation post (which was well done, by the way), is to NOT use between on date range queries; use >= and <. ...
May 22, 2008 at 5:51 pm
That is why I posted this question, I was hoping someone else out there has run into this same issue and has some guidance instead of myself or our PeopleSoft...
May 22, 2008 at 5:47 pm
Here is what I came up with, but no testing.
CREATE TABLE [dbo].[ChildAdmitRecords](
[ChildXAdmitID] [int] IDENTITY(1,1) NOT NULL,
...
May 22, 2008 at 4:59 pm
Could still use some sample data and the expected output. Also, will need the lookup table as well if you want anyone to test their work.
😎
May 22, 2008 at 4:44 pm
Could you post the DDL for the tables, some sample data (using inseret statements) for each table, and the expected output from each query based on the provided sample data.
😎
May 22, 2008 at 3:58 pm
GSquared (5/21/2008)
May 21, 2008 at 11:25 am
veenagireesha (5/21/2008)
You need to work around with something like this....Find all command options available through winzip..It has password (-s) command etc...You need to use xp_cmdshell, unless you are not fan...
May 21, 2008 at 10:29 am
tony.sawyer (5/21/2008)
ALTER FUNCTION TruncDate
(
@InDate DATETIME
)
RETURNS...
May 21, 2008 at 9:56 am
DBA (5/20/2008)
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
GO
BEGIN TRANSACTION
Select.....
Updates......
May 20, 2008 at 9:36 pm
GSquared -- Another I use for DMing AD&D, for tracking encounters and battles, exp and loot. (How uber-nerd is that? I myself shudder when I think about it....
May 20, 2008 at 2:39 pm
Is there a way by reading each row to uniquely identify what data is in each row?
😎
May 20, 2008 at 2:34 pm
James Goodwin (5/20/2008)
What is occuring is an automatic type conversion. If I do this:
Declare @tmp datetime
set @tmp = '20080101'
select...
May 20, 2008 at 2:02 pm
mtassin (5/20/2008)
Lynn Pettis (5/20/2008)
May 20, 2008 at 1:32 pm
Viewing 15 posts - 24,736 through 24,750 (of 26,490 total)