473,659 Members | 3,082 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How do I write a point-in-time record to another table?

I'm writing a classic ASP application that records all logging of user
logins on our support site. The logging is a rolling window of how many
people have logged in for a given month, i.e. tracked by a 'lastlogin'
field so the tracking is done in a date range. So, for the month of
January I would record lastlogin dates between January 1 and January
31. My question is this...on the last day of the month (example being
Janauary)at 23:59:59PM I want to write the total number of users that
had a lastlogin date within the month of January and write that total
number to another table so I have a point-in-time figure for January
logins and how many users logged in in the month of January. How do I
do that? How can I have the sql server dynamically check the last day
of each month at 23:59:59PM and then run that query to obtain the total
numbers users that logged in and then record that value to another
table?? Do I use a SQL Job to do that?
Any help would be greatly appreciated! Thanks!

Jul 23 '05 #1
1 1303
(sa*******@yaho o.com) writes:
I'm writing a classic ASP application that records all logging of user
logins on our support site. The logging is a rolling window of how many
people have logged in for a given month, i.e. tracked by a 'lastlogin'
field so the tracking is done in a date range. So, for the month of
January I would record lastlogin dates between January 1 and January
31. My question is this...on the last day of the month (example being
Janauary)at 23:59:59PM I want to write the total number of users that
had a lastlogin date within the month of January and write that total
number to another table so I have a point-in-time figure for January
logins and how many users logged in in the month of January. How do I
do that? How can I have the sql server dynamically check the last day
of each month at 23:59:59PM and then run that query to obtain the total
numbers users that logged in and then record that value to another
table?? Do I use a SQL Job to do that?


Yes, an Agent job that is set up to run at 23:59:59 at the last day
of the month is something you easily can set up from Enterprise Manager.

--
Erland Sommarskog, SQL Server MVP, es****@sommarsk og.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
Jul 23 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
4112
by: SunX | last post by:
Question from a newbie. How do you write out a data file of floating point numbers? file.write only takes strings. Many thanks.
33
1899
by: Xah Lee | last post by:
i've started to read python tutorial recently. http://python.org/doc/2.3.4/tut/tut.html Here are some quick critique: quick example: If the input string is too long, they don't truncate it, but return it unchanged; this will mess up your column lay-out but that's usually better than the alternative, which would be lying about a value. (If you really want truncation you can always add a slice operation, as in
3
2658
by: John Flynn | last post by:
hi, having problems reading from and writing back to the same file. basically, i want to read lines of text from a file and reverse them and write them back to the same file.. it has to replace the text its reversing eg.
1
3903
by: SQLScott | last post by:
I have the following code that is supposed to use the XMLTextWriter to write the XML to a MemoryStream: Dim ms As MemoryStream ms = New MemoryStream Dim xtw As New Xml.XmlTextWriter(ms, System.Text.Encoding.UTF8) xtw.Formatting = Formatting.Indented
24
2233
by: j0mbolar | last post by:
C supports single precision floating point and double precision floating point but does it support fixed floating point? i've read that fixed floating point is more accurate than single precision floating point when dealing with dollars and cents.
3
1577
by: Vikas Kumar | last post by:
I am writing Hello on the image i am able to write it sucessfully now I want to write it at bottom right corner How can I calculate the co-ordinates(suppose my image is 600*450) string str="Hello";
2
964
by: TClancey | last post by:
Hi all. I'm a little fed up with having to run Outlook Express on all my clients for News, Outlook just doesn't cut it either! I want to write a server based app that will conect and sync, then write a client that will connect to the central database. Can anyone give me a starting point?
2
2084
by: Bill Fuller | last post by:
I am creating a bitmap screen image using the following and would like to write it to a test.bmp file, but not sure how: Bitmap bm = new Bitmap(this.Width, this.Height); Graphics gr = Graphics.FromImage(bm); gr.CopyFromScreen(this.Location, new Point(0, 0), this.Size); QUESTION: How do I write this to a test.bmp file?
4
1734
by: DR | last post by:
When using System.IO.FileStream, I write 8 bytes, then seek to the start of the file, does the 8 bytes get flushed on seek and the buffer become a readbuffer at that point instead of being a write buffer?
6
1996
by: ekasII | last post by:
Somehow python will not let me open a file, and write an integer into this file. My script goes something like this: self.l__c = 4 self.l__calculation = (self.status) #at this point, self.status is 16 if <condition>: self.l__calculation = int(self.l__calculation) + (self.l__c) l__write = open(self.my_file,'w').write(self.l__calculation)
0
8428
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8335
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8747
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8627
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4175
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2752
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1976
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1737
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.