Viewing 15 posts - 6,601 through 6,615 (of 7,499 total)
Maybe this reply is a bit late ![]()
I'm using logparser to import print-event-logs to a sql-table.
Once imported, a transfer-script to the proper table is...
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution π
Who am I ? Sometimes this is me but most of the time this is me
June 17, 2005 at 12:31 am
AFAIK in SQL7 this calls for a reinstall / rebuildmaster at least. ![]()
_and_ recreate all userdb and import all data again ![]()
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution π
Who am I ? Sometimes this is me but most of the time this is me
June 17, 2005 at 12:11 am
I cannot help with PB
This reply was meanth to be supportive for you to get approval for the app-maintenance-effort. ![]()
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution π
Who am I ? Sometimes this is me but most of the time this is me
June 16, 2005 at 1:29 am
just my 2Ct
Rule no 1 in _any_ RDBMS : tell your system what you know ! If you know it's an integer, don't declare a decimal , if you know...
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution π
Who am I ? Sometimes this is me but most of the time this is me
June 16, 2005 at 12:07 am
this should get you on track :
'script de database
Dim oDatabase As SQLDMO.Database2
Set...
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution π
Who am I ? Sometimes this is me but most of the time this is me
June 15, 2005 at 12:08 am
What kind of diskdefinitions do you have ?
san / nas / other ?
did you take a look at
- http://www.sqlservercentral.com/columnists/bknight/stepbystepclustering.asp
- http://www.sqlservercentral.com/columnists/bknight/clustering_a_sql_server_machine_.asp
- http://www.sql-server-performance.com/clustering_2000.asp
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution π
Who am I ? Sometimes this is me but most of the time this is me
June 14, 2005 at 12:28 am
my 2ct
- did you stop and restart sqlagent _after_ you enabled the (first) alert ?
- also add traceflag 3605 for more deadlockinfo in the sqlservereventlog.
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution π
Who am I ? Sometimes this is me but most of the time this is me
June 14, 2005 at 12:04 am
- you could go for N(var)char solutions and avoid collation issues.
- if you're using a database per collation, _all_ interdb stuff has to perform collation translation to be compatible. Check...
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution π
Who am I ? Sometimes this is me but most of the time this is me
June 10, 2005 at 7:03 am
great way to proove there is always more than one way to skin a kat ![]()
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution π
Who am I ? Sometimes this is me but most of the time this is me
June 10, 2005 at 12:35 am
"...create table link (
recno int identity not null,
recno1 int not null,
recno2 int not null,
objectno varchar(255),
:
:
:
modified_date datetime null constraint [df_link_modified_date] default...
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution π
Who am I ? Sometimes this is me but most of the time this is me
June 9, 2005 at 12:21 am
If they remain at the same path, there should be no issue if your sqlserver is at exactly the same version/sp/hf...
Just perform the rename-server procedure :
-- (http://www.databasejournal.com/scripts/article.php/1496451)
Create proc uspRenameServer...
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution π
Who am I ? Sometimes this is me but most of the time this is me
June 8, 2005 at 12:00 am
If you've installed with the same drivemappings/locations, there should be no problems, if you move all db-files to these locations (as they were at the "old" server).
Otherwize, you may have...
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution π
Who am I ? Sometimes this is me but most of the time this is me
June 7, 2005 at 8:20 am
Aha, a new network-rooster a the barn
wanting to galvanize so (s)he is thΓ© employee of the year !
1) Don't panic (I know...
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution π
Who am I ? Sometimes this is me but most of the time this is me
June 7, 2005 at 12:42 am
- sqlserver needs some (?) time to check and correct it.. ![]()
- Can you post an example script for a job where you encounter...
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution π
Who am I ? Sometimes this is me but most of the time this is me
June 6, 2005 at 6:25 am
In that case, I hope this can help out ![]()
TEST_TEST_TEST
declare @ParentTbName sysname
declare @ParentTbOwner sysname
Select @ParentTbName = 'T_Server' -- = your table to be dropped
,...
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution π
Who am I ? Sometimes this is me but most of the time this is me
June 2, 2005 at 7:25 am
Viewing 15 posts - 6,601 through 6,615 (of 7,499 total)