Viewing 15 posts - 2,416 through 2,430 (of 7,429 total)
quote:
Ok, I got it wrong !?!? too. But I will have to join the rest of this posters because "VERSIONING" is something...
November 17, 2003 at 7:37 am
Ok I am a proponent (big word for the day) ok stored procedure grouping. There biggest advantage are to break out code so that individual execution plans can be stored...
November 17, 2003 at 4:29 am
You will have to hand parse it with ActiveX by opening each line from the file and verifying the conditions that make it a valid record, split it and post...
November 13, 2003 at 4:35 am
Scripting is one way but you ould alsoo try backing it up and restoring to another location. From there truncate all the data from the restored copy and that one...
November 10, 2003 at 4:32 am
quote:
quote:
Actually this is still quite a bit off as there is a lot of...
November 7, 2003 at 6:57 pm
quote:
Yup, found the text in Inside SQL Server. So far for the storage engine.And then there is the relational engine and...
November 7, 2003 at 7:43 am
In the Export option there is after the destionation screen you can choose to copy objects, then on the next screen there are several options you can change to get...
November 7, 2003 at 6:04 am
What account is SQL Server running under? If Local System you cannot see the mapped drive.
November 7, 2003 at 5:50 am
With fixed length types like char, int, and so on it makes no difference as they are physically stored first in the record on the file. For non-fixed such as...
November 7, 2003 at 5:45 am
quote:
This looks like it should be as simple as a terminology change in the code.Why can't you rename @JULY_ID to @MONTH_ID?
What are...
November 7, 2003 at 5:27 am
ORDER BY actually performs this in the tempDB database by creating a table and thus you are limited to the 8k with for the data. You might first get rid...
November 7, 2003 at 5:25 am
What does this do
--FIRST CASE: Call SP iteratively for each value of @ComponentID
EXEC @rv-2 = SaveState @ComponentID, @newStateID
What is the code for the SP?
November 7, 2003 at 5:09 am
quote:
Hi,how can i change datetime resolution?
Thanks a lot,
Jelena
Can you give me an example of...
November 7, 2003 at 5:06 am
1) I don't know.
2) Yes, can be sluggish to great depending on indexing. Same engine as the other editions just a little stripped down.
3) CPU is always important it handles...
November 7, 2003 at 5:05 am
That is using CDONTS which are a component of IIS SMTP service (sorry I would not install). As stated natively SQL uses MAPI, third party applications and writing code for...
November 7, 2003 at 5:00 am
Viewing 15 posts - 2,416 through 2,430 (of 7,429 total)