Viewing 15 posts - 30,256 through 30,270 (of 39,819 total)
The only way I know is to save them out as VB files and then check them with some editor.
I'm afraid this is probably a manual process for you to...
December 20, 2007 at 6:57 am
How did you move? Backup/restore? Statistics usually comes to mind here.
December 20, 2007 at 6:54 am
You can also use the DATENAME functions in SQL Server to get the name
December 20, 2007 at 6:52 am
The sp_dropserver/addserver doesn't work?
I'd be surprised as this is the same codebase as the Workgroup/Standard/Enterprise versions.
December 20, 2007 at 6:51 am
I agree with Jeff and highlight what you know, don't sweat what you don't. Show them you can learn and are willing to tackle any project. Show experiences from your...
December 20, 2007 at 6:32 am
select t1.name
from table1 t1
where t1.id not in (select id1
...
December 19, 2007 at 2:38 pm
You get signals up in Alaska?
Surprisingly, no neighbor is within 1000 ft of my house, yet for some reason I see 2 other Routers appearing in my wireless network.
Maybe...
December 19, 2007 at 2:34 pm
select *
from information_schema.columns.
Look at the result set, add your filter
December 19, 2007 at 9:44 am
This is typically a disk error meaning the file can't be read. Can you copy the file over? It would eliminate network issues.
December 19, 2007 at 9:44 am
There is a runtime for DTS packages on 2005, so you can run them in that. I believe this is only 32-bit, but I thought a 64-bit version was coming.
You...
December 19, 2007 at 9:42 am
When you make a schema change, a new table is created, the data copied over, and then the old table dropped, new table renamed.
This is probably what's happening. If you...
December 19, 2007 at 9:40 am
Does the user need to read all tables?
A login is a server level security object that maps to a user in a database. So you need to create a user...
December 19, 2007 at 9:39 am
Thanks and glad you like the topic. I was hoping for more of a response 🙁
We used to change emails to email001@xxx.com, email002@xxx.com, etc., to correspond with some id value...
December 19, 2007 at 9:35 am
I find the painting thing hard to believe, but it probably depends where it was tried. San Francisco might allow that 😉
Let me reframe this slightly, since I probably didn't...
December 18, 2007 at 1:11 pm
Viewing 15 posts - 30,256 through 30,270 (of 39,819 total)