Viewing 15 posts - 2,671 through 2,685 (of 5,356 total)
Bah phoey Frank!
But hey you do burn that midnight oil eh
Glad my PC...
January 30, 2004 at 7:53 am
I am what I am. ![]()
But good to see you're online, Dave. Did I ever mention that my laptop has now 1GB RAM and...
January 30, 2004 at 7:30 am
Yes, it helps for some time, but then again...
Another advise you shouldn't take too serious, is to install client tools anew
, but...
January 30, 2004 at 7:25 am
Hey Thomas,
it's not about you, me or anyone else here on this forum. This IS actually a community. Everyone makes mistakes, feels too brain dead to answer even the simplest question...
January 30, 2004 at 7:17 am
True words, indeed !
I would only like to add, that having a full-time job, a family AND such a large site to maintain is more than I would ask...
January 30, 2004 at 6:34 am
1. I would use DATALENGTH
2. Your best bet is varchar(8000) or nvarchar(4000)
January 30, 2004 at 6:12 am
No, dynamic sql is executed with permissions of the current user, even if in stored procedures.
Yes, if you need to use dynamic sql, you should use sp_executesql. It allows for...
January 30, 2004 at 3:02 am
Welcome to the club.
At first I thought this in an issue with some service pack, because it disappeared with applying SP3. But after some time it happened again.
Well, the good...
January 30, 2004 at 2:03 am
I know, I know, I shouldn't clean up my archive ![]()
Is this what I can observe when subscribing to the newsletter on the homepage?
January 29, 2004 at 8:35 am
To steal Kenneth' phrase: 'It depends..'
I always look forward to have a reason to deal with the girls in our HR department. Guess why?
January 29, 2004 at 7:42 am
Hm, not sure if it's the same in VB.Net, but in VB6 you can use
Private Sub Form_Load()
oBorder.FlatBorder (lstServer.hWnd)
Set oSQLApplication = New SQLDMO.Application
Set oNameList = oSQLApplication.ListAvailableSQLServers
For i = 1 To...
January 29, 2004 at 4:55 am
I just mentioned it, because it comes to mind when dealing with such a number of rows. Not sure if it applies to your environment.
As a start, take a look...
January 29, 2004 at 4:47 am
Although I don't have experience with 50 million rows in a table, I would choose one schema and add the user_id to the primary key. With a proper design, smart...
January 29, 2004 at 3:58 am
Viewing 15 posts - 2,671 through 2,685 (of 5,356 total)