473,387 Members | 1,583 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Track changes made to SQL Server

Hello there,

Does anyone know of a way to track changes to an SQL Server database so that
I can easily run those changes at a later date?

That is, I want to make schema changes, and record those changes so that I
can execute them 6 months later on a copy of the orignal database.

Thank you kindly for any ideas anyone may have
John
Feb 26 '08 #1
20 3113
John Sheppard (sp**@nospam.com) writes:
Does anyone know of a way to track changes to an SQL Server database so
that I can easily run those changes at a later date?

That is, I want to make schema changes, and record those changes so that I
can execute them 6 months later on a copy of the orignal database.
Develop scripts and keep them under source control.

If you forgot to that, SQL Compare from Red Gate can be your rescue.
--
Erland Sommarskog, SQL Server MVP, es****@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Feb 26 '08 #2
On Feb 26, 3:04*am, Erland Sommarskog <esq...@sommarskog.sewrote:
John Sheppard (s...@nospam.com) writes:
Does anyone know of a way to track changes to anSQLServerdatabase so
that I can easily run those changes at a later date?
That is, I want to make schema changes, and record those changes so thatI
can execute them 6 months later on a copy of the orignal database.

Develop scripts and keep them under source control.

If you forgot to that,SQLComparefrom Red Gate can be your rescue.

--
Erland Sommarskog,SQLServerMVP, esq...@sommarskog.se

Books Online forSQLServer2005 athttp://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books...
Books Online forSQLServer2000 athttp://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
As can xSQL Object from xSQL Software (http://www.xsqlsoftware.com)
and what's even better you may not have to pay a dime for it as it is
free for SQL Server Express and also free for other editions of SQL
Server with some limitations.

JC
Feb 27 '08 #3

"xman" <xm**@xsqlsoftware.comwrote in message
news:a5**********************************@n75g2000 hsh.googlegroups.com...
On Feb 26, 3:04 am, Erland Sommarskog <esq...@sommarskog.sewrote:
John Sheppard (s...@nospam.com) writes:
Does anyone know of a way to track changes to anSQLServerdatabase so
that I can easily run those changes at a later date?
That is, I want to make schema changes, and record those changes so that
I
can execute them 6 months later on a copy of the orignal database.

Develop scripts and keep them under source control.

If you forgot to that,SQLComparefrom Red Gate can be your rescue.

--
Erland Sommarskog,SQLServerMVP, esq...@sommarskog.se

Books Online forSQLServer2005
athttp://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books...
Books Online forSQLServer2000
athttp://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
>As can xSQL Object from xSQL Software (http://www.xsqlsoftware.com)
and what's even better you may not have to pay a dime for it as it is
free for SQL Server Express and also free for other editions of SQL
Server with some limitations.

JC
Hmm, this looks pretty decent, I'll check it on my database tommorow...see
if it drops tables or alters..drop is

Thanks!
John

Feb 28 '08 #4

"John Sheppard" <no****@spamspam.comwrote in message
news:fq********@news1.newsguy.com...
>
"xman" <xm**@xsqlsoftware.comwrote in message
news:a5**********************************@n75g2000 hsh.googlegroups.com...
On Feb 26, 3:04 am, Erland Sommarskog <esq...@sommarskog.sewrote:
>John Sheppard (s...@nospam.com) writes:
Does anyone know of a way to track changes to anSQLServerdatabase so
that I can easily run those changes at a later date?
That is, I want to make schema changes, and record those changes so
that I
can execute them 6 months later on a copy of the orignal database.

Develop scripts and keep them under source control.

If you forgot to that,SQLComparefrom Red Gate can be your rescue.

--
Erland Sommarskog,SQLServerMVP, esq...@sommarskog.se

Books Online forSQLServer2005
athttp://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books...
Books Online forSQLServer2000
athttp://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
>>As can xSQL Object from xSQL Software (http://www.xsqlsoftware.com)
and what's even better you may not have to pay a dime for it as it is
free for SQL Server Express and also free for other editions of SQL
Server with some limitations.

JC

Hmm, this looks pretty decent, I'll check it on my database tommorow...see
if it drops tables or alters..drop is

Thanks!
John
It's dropping tables and recreating them....I dont understand the use of
synching software that does that, I need the data intact :(

Thanks tho!
John
Feb 28 '08 #5

"John Sheppard" <no****@spamspam.comwrote in message
news:fq********@news1.newsguy.com...
>
"xman" <xm**@xsqlsoftware.comwrote in message
news:a5**********************************@n75g2000 hsh.googlegroups.com...
On Feb 26, 3:04 am, Erland Sommarskog <esq...@sommarskog.sewrote:
>John Sheppard (s...@nospam.com) writes:
Does anyone know of a way to track changes to anSQLServerdatabase so
that I can easily run those changes at a later date?
That is, I want to make schema changes, and record those changes so
that I
can execute them 6 months later on a copy of the orignal database.

Develop scripts and keep them under source control.

If you forgot to that,SQLComparefrom Red Gate can be your rescue.

--
Erland Sommarskog,SQLServerMVP, esq...@sommarskog.se

Books Online forSQLServer2005
athttp://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books...
Books Online forSQLServer2000
athttp://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
>>As can xSQL Object from xSQL Software (http://www.xsqlsoftware.com)
and what's even better you may not have to pay a dime for it as it is
free for SQL Server Express and also free for other editions of SQL
Server with some limitations.

JC

Hmm, this looks pretty decent, I'll check it on my database tommorow...see
if it drops tables or alters..drop is

Thanks!
John
I tell a lie! It does keep the data intact, I just had to make it sync the
data too...yay! This will do what I want....Thankyou!
Feb 28 '08 #6

"John Sheppard" <no****@spamspam.comwrote in message
news:fq********@news1.newsguy.com...
>
"xman" <xm**@xsqlsoftware.comwrote in message
news:a5**********************************@n75g2000 hsh.googlegroups.com...
On Feb 26, 3:04 am, Erland Sommarskog <esq...@sommarskog.sewrote:
>John Sheppard (s...@nospam.com) writes:
Does anyone know of a way to track changes to anSQLServerdatabase so
that I can easily run those changes at a later date?
That is, I want to make schema changes, and record those changes so
that I
can execute them 6 months later on a copy of the orignal database.

Develop scripts and keep them under source control.

If you forgot to that,SQLComparefrom Red Gate can be your rescue.

--
Erland Sommarskog,SQLServerMVP, esq...@sommarskog.se

Books Online forSQLServer2005
athttp://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books...
Books Online forSQLServer2000
athttp://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
>>As can xSQL Object from xSQL Software (http://www.xsqlsoftware.com)
and what's even better you may not have to pay a dime for it as it is
free for SQL Server Express and also free for other editions of SQL
Server with some limitations.

JC

Hmm, this looks pretty decent, I'll check it on my database tommorow...see
if it drops tables or alters..drop is

Thanks!
John
Ahh dang actually no this wont do what I want...:(

I think a transaction logger is gonna have to be the go...
Feb 28 '08 #7
You should seriously consider keeping your scripts under source
control as Erland has suggested, especially if you will end up working
on the database with other developers. It's a great way to keep
everyone's activities in sync.

Check out DB Ghost (http://www.dbghost.com) - we've been doing this
for about 5 year's now and Microsoft, Red Gate and xSQL have now also
realised what we've been saying makes sense and incorporated our
thinking into theor products i.e. the approach has now been validated
across the board so you really should give it some thought.
Feb 29 '08 #8
John Sheppard (sp**@nospam.com) writes:
It's dropping tables and recreating them....I dont understand the use of
synching software that does that, I need the data intact :(
There is nothing wrong as such with dropping and recreating tables. For
some changes this is necessary, as ALTER TABLE cannot do everything.

But of course, the tool needs to cater for the data being copied over
to the new table. And of course the tools need to do this safely, and
make sure that indexes, triggers etc are restored. All and all, it's more
complex and risky. But it is a concept that a tool has to master. As it
is for someone who is working a lot with table changes, because you
will run into the situation sooner or later.
I think a transaction logger is gonna have to be the go...
And capture all sorts of junk commands that you issue? Why not just Profiler
or a server-side trace instead?

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

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Feb 29 '08 #9

"Erland Sommarskog" <es****@sommarskog.sewrote in message
news:Xn**********************@127.0.0.1...
John Sheppard (sp**@nospam.com) writes:
>It's dropping tables and recreating them....I dont understand the use of
synching software that does that, I need the data intact :(

There is nothing wrong as such with dropping and recreating tables. For
some changes this is necessary, as ALTER TABLE cannot do everything.

But of course, the tool needs to cater for the data being copied over
to the new table. And of course the tools need to do this safely, and
make sure that indexes, triggers etc are restored. All and all, it's more
complex and risky. But it is a concept that a tool has to master. As it
is for someone who is working a lot with table changes, because you
will run into the situation sooner or later.
>I think a transaction logger is gonna have to be the go...

And capture all sorts of junk commands that you issue? Why not just
Profiler
or a server-side trace instead?

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

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx

What do you mean profile on a server-side trace?

Mar 3 '08 #10

"Mork69" <ml****@bigfoot.comwrote in message
news:8c**********************************@h25g2000 hsf.googlegroups.com...
You should seriously consider keeping your scripts under source
control as Erland has suggested, especially if you will end up working
on the database with other developers. It's a great way to keep
everyone's activities in sync.

Check out DB Ghost (http://www.dbghost.com) - we've been doing this
for about 5 year's now and Microsoft, Red Gate and xSQL have now also
realised what we've been saying makes sense and incorporated our
thinking into theor products i.e. the approach has now been validated
across the board so you really should give it some thought.
I'll tackle that when we get to it, for now I'll be the only one doing the
changes and I just want an easy way to create scripts instead of doing it
all manually...

My problem with source control is that it takes alot to learn and get setup
etc...its over kill for us, we only have 2 developers...we have enough
trouble with visual source safe lol (ugg)

Thanks for the suggestion tho, I'll check it out!
John

Mar 3 '08 #11
John Sheppard (no****@spamspam.com) writes:
What do you mean profile on a server-side trace?
In the SQL Server program group, you find Profiler under Performance
tools. This tool permits you trace a whole bunch of things that goes
on in SQL Server. If you just press OK on all buttons that comes up,
you will see all command batches that are sent to the server. You can
set up filter to trace only a certain connection. And a lot more.

The Profiler is just the front-end. The trace engine itself lives in
SQL Server, and you can access it directly by setting up a server-side
traces. (The easiest way to do that is to set up the trace in Profiler and
then export the trace.) Server-side trace is the recommended for long-term
traces, and also when you trace in loaded production environments, as
it takes less load than a Profiler trace.

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

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Mar 3 '08 #12

"Erland Sommarskog" <es****@sommarskog.sewrote in message
news:Xn**********************@127.0.0.1...
John Sheppard (no****@spamspam.com) writes:
>What do you mean profile on a server-side trace?

In the SQL Server program group, you find Profiler under Performance
tools. This tool permits you trace a whole bunch of things that goes
on in SQL Server. If you just press OK on all buttons that comes up,
you will see all command batches that are sent to the server. You can
set up filter to trace only a certain connection. And a lot more.

The Profiler is just the front-end. The trace engine itself lives in
SQL Server, and you can access it directly by setting up a server-side
traces. (The easiest way to do that is to set up the trace in Profiler and
then export the trace.) Server-side trace is the recommended for long-term
traces, and also when you trace in loaded production environments, as
it takes less load than a Profiler trace.

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

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
ic! Thats what I want!

Now you're gonna tell me that it doesnt come with SQL Server Express, right?
:) Im pretty sure it doesnt as theyre not there....

I'll look into it

Thanks for your help man, I'll see what I can find...
John

Mar 5 '08 #13
John Sheppard (no****@spamspam.com) writes:
ic! Thats what I want!

Now you're gonna tell me that it doesnt come with SQL Server Express,
right?
:) Im pretty sure it doesnt as theyre not there....
Correct. Profiler does not come with SQL 2005 Express. But I think the
server-side trace routines does. But admittedly they are a lot more
difficult to use on their own.

Now, the price tag for a license of Developer Edition is around 50 USD,
and since you are doing this for development, that would be sufficient for
you.


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

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Mar 5 '08 #14

"Erland Sommarskog" <es****@sommarskog.sewrote in message
news:Xn**********************@127.0.0.1...
John Sheppard (no****@spamspam.com) writes:
>ic! Thats what I want!

Now you're gonna tell me that it doesnt come with SQL Server Express,
right?
:) Im pretty sure it doesnt as theyre not there....

Correct. Profiler does not come with SQL 2005 Express. But I think the
server-side trace routines does. But admittedly they are a lot more
difficult to use on their own.

Now, the price tag for a license of Developer Edition is around 50 USD,
and since you are doing this for development, that would be sufficient for
you.


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

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Ic...hmm I think I have a developer edition already...we have an action pack
subscription....its a full job in itself just wading through all that
liscencing stuff....we have a full enterprise copy of sql server that came
with it....Im pretty sure we're not liscenced to use that tho :)

Im sure Im not the only one that gets frustrated with the ridiculous
complexity of liscencing tho...I seem to do everything BUT write code...

Installing sql express already broke my visual studio once...not keen to
repeat that...k im really frustrated right now...

Thanks man, Ill look into the developer edition when im little more calm,
see where that takes me
John
Mar 6 '08 #15
What are these features you mention that are incorporated in MS SQL? Can you
elaborate

"Mork69" <ml****@bigfoot.comwrote in message
news:8c**********************************@h25g2000 hsf.googlegroups.com...
You should seriously consider keeping your scripts under source
control as Erland has suggested, especially if you will end up working
on the database with other developers. It's a great way to keep
everyone's activities in sync.

Check out DB Ghost (http://www.dbghost.com) - we've been doing this
for about 5 year's now and Microsoft, Red Gate and xSQL have now also
realised what we've been saying makes sense and incorporated our
thinking into theor products i.e. the approach has now been validated
across the board so you really should give it some thought.

Mar 10 '08 #16

"Erland Sommarskog" <es****@sommarskog.sewrote in message
news:Xn**********************@127.0.0.1...
John Sheppard (no****@spamspam.com) writes:
>What do you mean profile on a server-side trace?

In the SQL Server program group, you find Profiler under Performance
tools. This tool permits you trace a whole bunch of things that goes
on in SQL Server. If you just press OK on all buttons that comes up,
you will see all command batches that are sent to the server. You can
set up filter to trace only a certain connection. And a lot more.

The Profiler is just the front-end. The trace engine itself lives in
SQL Server, and you can access it directly by setting up a server-side
traces. (The easiest way to do that is to set up the trace in Profiler and
then export the trace.) Server-side trace is the recommended for long-term
traces, and also when you trace in loaded production environments, as
it takes less load than a Profiler trace.

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

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
I've installed the developer edition and I dont have a Microsoft SQL
Server -performance tools -profiler in the start menu :(

Why am i having no luck, this is so frustrating...:(
Mar 10 '08 #17

"John Sheppard" <no****@spamspam.comwrote in message
news:fq********@news3.newsguy.com...
>
"Erland Sommarskog" <es****@sommarskog.sewrote in message
news:Xn**********************@127.0.0.1...
>John Sheppard (no****@spamspam.com) writes:
>>ic! Thats what I want!

Now you're gonna tell me that it doesnt come with SQL Server Express,
right?
:) Im pretty sure it doesnt as theyre not there....

Correct. Profiler does not come with SQL 2005 Express. But I think the
server-side trace routines does. But admittedly they are a lot more
difficult to use on their own.

Now, the price tag for a license of Developer Edition is around 50 USD,
and since you are doing this for development, that would be sufficient
for
you.


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

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx

Ic...hmm I think I have a developer edition already...we have an action
pack subscription....its a full job in itself just wading through all that
liscencing stuff....we have a full enterprise copy of sql server that came
with it....Im pretty sure we're not liscenced to use that tho :)

Im sure Im not the only one that gets frustrated with the ridiculous
complexity of liscencing tho...I seem to do everything BUT write code...

Installing sql express already broke my visual studio once...not keen to
repeat that...k im really frustrated right now...

Thanks man, Ill look into the developer edition when im little more calm,
see where that takes me
John

Ok Finally I got it all up and working. I think profiler should do the job,
just have to find the correct events to trace

Thank you
John
Mar 11 '08 #18

"John Sheppard" <sp**@nospam.comwrote in message
news:fr*********@news2.newsguy.com...
>
"John Sheppard" <no****@spamspam.comwrote in message
news:fq********@news3.newsguy.com...
>>
"Erland Sommarskog" <es****@sommarskog.sewrote in message
news:Xn**********************@127.0.0.1...
>>John Sheppard (no****@spamspam.com) writes:
ic! Thats what I want!

Now you're gonna tell me that it doesnt come with SQL Server Express,
right?
:) Im pretty sure it doesnt as theyre not there....

Correct. Profiler does not come with SQL 2005 Express. But I think the
server-side trace routines does. But admittedly they are a lot more
difficult to use on their own.

Now, the price tag for a license of Developer Edition is around 50 USD,
and since you are doing this for development, that would be sufficient
for
you.


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

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx

Ic...hmm I think I have a developer edition already...we have an action
pack subscription....its a full job in itself just wading through all
that liscencing stuff....we have a full enterprise copy of sql server
that came with it....Im pretty sure we're not liscenced to use that tho
:)

Im sure Im not the only one that gets frustrated with the ridiculous
complexity of liscencing tho...I seem to do everything BUT write code...

Installing sql express already broke my visual studio once...not keen to
repeat that...k im really frustrated right now...

Thanks man, Ill look into the developer edition when im little more calm,
see where that takes me
John


Ok Finally I got it all up and working. I think profiler should do the
job, just have to find the correct events to trace

Thank you
John
hmm, ok, I've found out about DDL triggers. These are the go...much easier
than profiler...

Having a bit of trouble with those but I'll start a new thread if I get
really stuck...

Here is a good article on it
http://www.sqlteam.com/article/using...schema-changes

Thanks you all very much for your help...
Kind regards
John

Mar 11 '08 #19
John Sheppard (no****@spamspam.com) writes:
hmm, ok, I've found out about DDL triggers. These are the go...much easier
than profiler...
True, you could set them up and siphon off everything into a table,
and you don't have to damn yourself for not running profiler.

I don't remember on the top of my head if the XML returned by the
eventdata() function includes the statement that fired the trigger,
but if it does, it's a walk in the park.

Still, keep in mind that you must have a reference database so that
you can test the script however you compose it!

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

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Mar 11 '08 #20

"Erland Sommarskog" <es****@sommarskog.sewrote in message
news:Xn**********************@127.0.0.1...
John Sheppard (no****@spamspam.com) writes:
>hmm, ok, I've found out about DDL triggers. These are the go...much
easier
than profiler...

True, you could set them up and siphon off everything into a table,
and you don't have to damn yourself for not running profiler.

I don't remember on the top of my head if the XML returned by the
eventdata() function includes the statement that fired the trigger,
but if it does, it's a walk in the park.

Still, keep in mind that you must have a reference database so that
you can test the script however you compose it!

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

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
They do...I just have to figure out which events to put on the trigger and I
think its all good to go..

Thanks heaps for all your help man...
Much appreciated
John

Mar 13 '08 #21

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

Similar topics

1
by: JLuppens | last post by:
Does anyone know if there is a way to track changes in a text field like word does? I am using a SQL2000 database and can use either VB.Net or Access. The field is either ntext or Varchar. I...
4
by: SQLDBA | last post by:
What would be the best practice to follow to keep track of MS SQL server changes... Stroed procs, tables, views, triggers, indexes, DTS and also jobs ect.... I am not quite sure how Source safe...
5
by: Daniel Walzenbach | last post by:
Hi, I need to track all changes made to an object. Consider the following class: Public Class Dog
5
by: keith.culpepper | last post by:
Can anyone please provide some assistance with a trigger that I need to develop. Here is the situation: Our program updates depend on database updates. If a client receives the program update...
2
by: metaperl | last post by:
I'm actually taking Microsoft's 2779 and just finished a lab where we kept track of our changes to the database. However, I'm not happy with the scripts interface because it does not tell me the...
1
by: mankolele | last post by:
Hi all Is there someway to track changes made to data in a mysql database? Like someone changes a phone number in a record on a form -Is there a way to find out what changes were made to what...
2
by: De_Cisse | last post by:
Hi all, I'm working on an application in which I already make some preparations to be able to work in a frontend and backend database, even if this isn't the issue a this moment. I'm using VBA...
6
Plater
by: Plater | last post by:
As a quick setup: My company uses MS SQL SERVER 8 as a backend, and uses an old mdb/mde file as a frontend with linked tables. Lately we've been running into a problem where a particular entry in...
3
by: dirksza2009 | last post by:
Hi, I've made a multi user (4 end users) database in Access 2000. I've made data tables, reference tables etc which sits on a shared drive and I've made individual front ends for the end users...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.