Viewing 15 posts - 5,071 through 5,085 (of 5,356 total)
Hi Antares686,
quote:
always work exactly rigth) unless you are able to set your email app to "Open In a New Window".
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 4, 2003 at 4:59 am
Oops,
I hit ENTER too early.
Maybe something like this will work
SELECT a.transaction_date, a.ending_balance, b.beginning_balance FROM table a INNER JOIN table b ON a.transaction_date = b.transaction_date.
Haven't verified this!
Cheers,
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 4, 2003 at 3:54 am
Hi Anbu,
sorry for being late.
If you need a quick working solution, create a temp table and push everything you need into that table instead of wasting time figuring more or...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 4, 2003 at 3:31 am
Hi Anbu,
do you want this for reporting purposes, or do you want to add a new row?
Cheers,
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 4, 2003 at 2:29 am
Hi BillyWilly,
quote:
Is there a happy medium or "standard" when creating decimal types???
in most cases there...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 4, 2003 at 1:21 am
Hi Shawn,
quote:
Is there a way to categorize Local Packages and Jobs so they can be viewed in an explorer like view. When...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 4, 2003 at 12:51 am
Nun ja,
vielleicht liegt es ja an der englischen Sprache. Ich kann das wirklich nicht glauben. Heisst dass, dass Bedarf an einem deutschsprachigen Äquivalent besteht?
Cheers,
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 4, 2003 at 12:28 am
Hi all,
quote:
Just my opinion but I think that the lack of experienced SQL Server DBA's is going to be the hardest thing...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 11:55 pm
Hi hawg,
subscribing to MS security alerts is a starting point I also use. Further I keep my eyes open while joining forums like this one. There are also mailinglist from...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 9:11 am
Hi dambalaji,
not exactly what you were asking for, but...
I've posted this some days ago, it's a script I found on the homepage of a SQL Server MVP.
CREATE PROCEDURE sp_rpttblspc (@dbname...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 9:05 am
Hi gmg,
no, normally timestamp should be automatically added when a new row is inserted.
Have you check through QA?
Cheers,
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 8:25 am
Well, he is honest ![]()
quote:
What a professional advertisement and first impression of your "company."
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 8:05 am
Hi Brian,
I think we should stop here. We're somehow off-topic. One last statement perhaps, I've never seen a *NIX system crashed so hard, that root had no chance but reinstall,...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 7:44 am
Hi matt1,
quote:
this happens when executing a vb ap that is hitting the db
it would be...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 5:47 am
Definitely too short to worry, but what is life without fun.
Maybe it because I'm from Germany, but I've been thinking on this
quote:
so...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 3, 2003 at 5:46 am
Viewing 15 posts - 5,071 through 5,085 (of 5,356 total)