Viewing 15 posts - 5,161 through 5,175 (of 5,356 total)
hmmm,....never done this before at db level, I've always done somethings in my apps like
...
If Err.Number = 0 Then
do Update
Else
do not Update
End If
What about doing the...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 26, 2003 at 8:24 am
Well, the only case I can reproduce your error, is when I use a GO statement.
I might be mistaken, but after a GO your declaration of the variable is...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 26, 2003 at 7:55 am
Hi roust_m,
quote:
I use the following code to record the time my procedure startsDECLARE @PROC_START_ID int
INSERT INTO pricelist_trace (proc_start_time)
VALUES...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 26, 2003 at 7:24 am
Hi David,
quote:
I understand the principle of the above article, I just don't understand how someone could submit the commands to the server...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 26, 2003 at 6:50 am
Hi mehul,
quote:
I then changed the owner to a user called mehulshah and then backed up thedatabase - then i tried to...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 26, 2003 at 5:25 am
Hi John,
quote:
problem of 'updates'. I want to somehow know when a row has been updated. I've been reading about triggers, timestamp (rowversion),...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 26, 2003 at 5:02 am
quote:
2)I would also like to drop all those users from the main SQL login.
Take...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 26, 2003 at 4:06 am
Hi,
I have the autoshrink option enabled for my user db's. Never had any trouble with this on SQL7. Might be something to consider for the future? How often you do...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 26, 2003 at 3:53 am
Hi Anabel,
quote:
I have got a file 5,5 GB and I need to get some space on that server. I have passed registers...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 26, 2003 at 2:43 am
Hi David,
interesting article!
Lesson 1:
True, give the customer one finger they want the whole hand 🙂
Lesson 2:
Maybe the most important of all. Though administrative overkill for the project manager and sometime...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 26, 2003 at 2:12 am
Hi powermad,
quote:
Seriously though, you always find users who contact you and say "Oh, I deleted the main list of companies, can you...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 26, 2003 at 1:34 am
Hi John,
we are using Adobe Acrobat to make pdf's. As Andy said it shows up as printer driver. We use it from Excel, Word and Access. It works fine, although...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 26, 2003 at 1:23 am
Hi yp,
quote:
One minor thing: Can you guys recommend any good references (web-sites or books) related to date functions and date conversion. I...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 26, 2003 at 1:09 am
Hallo Dieter,
kaum zu glauben, ein weiterer deutscher SQL User. Hurra!!!
Cheers,
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 26, 2003 at 12:55 am
If you are a 'visual developing' kind, Access has some huge advantages. Well, if you compare the table definition screen in EM7 and EM2k you can come to the comclusion,...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 26, 2003 at 12:44 am
Viewing 15 posts - 5,161 through 5,175 (of 5,356 total)