Viewing 15 posts - 91 through 105 (of 107 total)
yes it's enabled. it starts automatic
I don't uderstand your question about the connection string ...
I'm opening enterprise manager from Start -> M sql server->... intialy to enable full text search...
September 24, 2008 at 8:48 am
Everything is on my computer.I'm not trying to connect to another computer...
The server is started....I'm using SSMS in the same time....
September 24, 2008 at 8:33 am
Nice site...is ideal for newbies...
I hope the videos will remain there...and they will be for free....like they are now.
There are some nice things on the internet but not often for...
September 18, 2008 at 7:35 am
So... using clustered indexes on guids is not such a good idea.
Roger that:)
I'm unsing mainly guids ...so I will have to drop the clustered indexes on PK and try to...
September 17, 2008 at 2:35 am
in the execution plan there are only index scans
tables :
testa1
(
a1 uniqueidentifier not null, - pk
a2 int,
a3 varchar(10),
a4 char(2),
a5 varchar(20),
)
testb1
(
b1 uniqueidentifier not null, - pk
b2 int,
b3 varchar(10),
b4 char(2),
b5 varchar(20),
a1 uniqueidentifier
)
testb2
(
b1...
September 16, 2008 at 12:55 am
Thank you very much...
You know that all the newbies love you...helpers ,don't you :P:))
September 12, 2008 at 7:55 am
and what do I have to do to make you share it with us/me?:D
September 12, 2008 at 1:28 am
I want to see '01101010011', but I still tried and I think I'm giving up:)
for instance I exported in a text file and I open it with UltraEdit and I...
September 10, 2008 at 12:26 am
In my database I have varbinary values,and I want to export then in a txt file,the values...
for instance I want to have on every row the binary value stored in...
September 9, 2008 at 9:18 am
I have a ...let's say ...more complete question ...because I tried with bcp and using sqlcmd and I've obtained some results but not the ones I search for ...so, here...
September 9, 2008 at 8:53 am
I'm checking...but the solution hasn't apeared...
simple things work.i'm trying to save binary in txt file...maybe I'm doing something wrong here....I don't know...
September 9, 2008 at 3:29 am
it's ok...for now:D...
I was careful with this also....
When i did it, i did it...static to say so.
I'm working on a stored procedure to do this dinamic...at least indexes and data.For...
September 5, 2008 at 9:03 am
I've said that the process is "difficult" and it's better to add it where it will be asigned...
no reasons received.who's the boss...needs no reasons :).
Anyway...I did it with temp table...
September 5, 2008 at 6:42 am
ok
I understand that's the way to do it.
It's not a critical thing,but for example....i like to have the Id in my first column...and maybe to have an order in the...
September 5, 2008 at 12:31 am
Viewing 15 posts - 91 through 105 (of 107 total)