Viewing 15 posts - 1,456 through 1,470 (of 5,356 total)
What recovery model do you use? If it is set to simple, I think you have just learned the hard way, why a good backup strategy is vital. Do you...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 16, 2004 at 1:54 am
Actually I think, it will get very hard to find unbiased information. Too much in such discussions depends solely on personal preferences. And such discussion are very likely to get...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 16, 2004 at 12:44 am
Have a look at INSERT INTO...SELECT in BOL. If the PK has the IDENTITY property defined on the column, you might need to use SET IDENTITY_INSERT ON, which is also...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 16, 2004 at 12:33 am
Why do you think there is anything wrong with the statement?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 16, 2004 at 12:31 am
What happens when you explicitely CAST your date as DATETIMES?
Or when you write WHERE... >= '20041214'....?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 16, 2004 at 12:26 am
Scott,
thanks for your thoughts.
If I read you right, I suspect a lot of mainframers here would love to get your knowledge ![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 16, 2004 at 12:16 am
Here is a really nice explanation from Itzik Ben-Gan on the difference between (NOT) IN and EXISTS:
http://groups.google.de/groups?hl=de&lr=&selm=uFffAFPaBHA.1900%40tkmsftngp04&rnum=2
IMHO, when you can restate your query to using JOINs, you should do...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 15, 2004 at 1:25 pm
Oh Dale, where would we be here, without your knowledge of MSDN. I'll have them printed tomorrow. 
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 15, 2004 at 9:14 am
Hm, wasn't aware that you're also looking for books on the theory behind. For this topic, you might want to google for books by Jim Melton, Chris Date et al....
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 15, 2004 at 9:07 am
You didn't mention how large that file is that you want to import.
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 15, 2004 at 7:38 am
ISNULL or the ANSI equivalent COALESCE might help you.
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 15, 2004 at 6:35 am
You've already checked available space on your drives?
What is the size of that file?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 15, 2004 at 5:58 am
Do a search in the script section here. You should find something useful.
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 15, 2004 at 5:29 am
If this Wrox book is that by Louis Davidson, I would have a close look at in the book shop first. One might think different on it.
For me, I...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 15, 2004 at 1:21 am
Hm, at first I thought I'd only keep this app alive and running. Hm, now I think I use it as a playground to study best practises. Once again, thanks...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
December 15, 2004 at 12:46 am
Viewing 15 posts - 1,456 through 1,470 (of 5,356 total)