Viewing 15 posts - 121 through 135 (of 178 total)
Can you include your code and some sample data? I am not sure what you are trying to do.
Toni
January 24, 2008 at 3:35 pm
Specialization may be necessary to some extent. Adaptability is a tremendous asset. Marketability is of the essence.
Just be sure what you are asked to specialize in has...
January 24, 2008 at 8:07 am
Thank you Davros. I am still very much new at this and wanted to be sure I understood the import of your post. By the way, in...
January 23, 2008 at 8:55 am
Phil, I am glad you found another approach that works for you and thanks for the reference which gave additional parms, etc.
Dragos, as to PK - FK relationship restrictions, doesn't...
January 23, 2008 at 8:12 am
You can use the stored procedure sp_msforeachtable to do truncates on each table in the database.
sp_MSforeachtable @command1 ="Truncate Table ?"
Be sure you are in the right database before running this....
January 23, 2008 at 6:26 am
I know that getting old my eyesight is not as good but I REALLY missed the question or the code you need help with???
Toi
January 21, 2008 at 9:22 am
Did you try using [] around the term with the '-' character in it? Pardon me if this is too simple a repl.
Toni
January 21, 2008 at 9:17 am
I tried it on a named instance on my "lab" (home set up) servers and it worked for me with
select * from [TMM\TRAINING].pubs.dbo.authors
Did you also run an sp_addlinkedsrvlogin command? ...
January 21, 2008 at 9:06 am
In order to get SQL to accept the special character ('\') you put open brackets [] around the phrase. Trusting the rest of your statements are fine, try...
January 19, 2008 at 5:04 am
What's done is done. As you guessed, I did not post the code directly myself (instead providing areas to review that would allow creation of the solution) as...
January 19, 2008 at 4:47 am
Read up in your text book or Books On Line about the Top option and the GROUP BY function. You should be able to make it work from...
January 18, 2008 at 4:16 pm
I can't answer the restore straight from a backup question but you can surely restore the backed up database to one with a new name and then copy the contents...
January 18, 2008 at 11:49 am
Not sure if you can do this but it sounds fairly workable at least to get back a sysadmin id then proceed from there.
http://www.lazydba.com/sql/1__7395.html%5B/code%5D
Toni
January 16, 2008 at 11:13 pm
Would there be a way to reset the passwords and allow the users to create new ones?
Toni
January 16, 2008 at 4:52 am
There was an article in the newsletter about Derived Tables that offers a way to resolve your issue by taking the WHERE clause and creating a Derived Table for the...
January 16, 2008 at 4:47 am
Viewing 15 posts - 121 through 135 (of 178 total)