Viewing 15 posts - 511 through 525 (of 993 total)
I cannot believe the number of people who advocate functions on columns in where clauses...
Think in terms of your white pages -...
March 28, 2006 at 10:04 pm
Your problem, I assume, is that you have a datetime column - note that it contains both a DATE and a TIME value. If you have your where clause resembling
where...
March 26, 2006 at 4:47 am
Are you sure that it is Snapshot replication you are using? My understanding of the snapshot replication is that it is essentially a backup on server A and a restore...
March 26, 2006 at 4:42 am
The same stored procs as in SQL 2000 should still work, but there are new SQL commands for this - I think you can use things like CREATE USER much...
March 26, 2006 at 4:38 am
Thanks for the article - I've been a bit slow on the new world of SQL 2005 and find such bits of info useful for the increasingly frequent times that...
March 26, 2006 at 4:37 am
From the point of view of someone who completely agrees with the author - that someone being me I guess
- the article...
March 24, 2006 at 6:29 am
Think you misunderstood what I was saying - I wasn't saying that the user should be logged on as an account, but the SQL Server account should be changed/examined.... Turned...
March 22, 2006 at 9:18 pm
If you need to execute SQL stuff from a command prompt (batch file), run the OSQL utility with the -Q or -i parameters. Look in SQL BooksOnline for osql or...
March 20, 2006 at 12:37 am
Hi. I imagine your problem is actually due to the account that you are using to run MSSQLSERVER service. If it is LOCALSYSTEM, then it will not have access to...
March 19, 2006 at 8:42 pm
For the consumer running things like Windows XP, MS Office, web browsing, etc - the most CPU intensive thing they will ever do on their computer is to run games... ...
March 16, 2006 at 11:56 pm
But it's no good saying "you failed" without at least saying why and how things could be improved... ![]()
March 16, 2006 at 11:52 pm
Solitare with 3D cards might be nice - have to make use of the processors/cores somehow ![]()
I suspect the word "processor" has become synonymous...
March 15, 2006 at 3:28 pm
Do you mean the FTC login filename stays the same but it still moves the file for you as you hoped? If so, not a problem..? You could perform your...
March 15, 2006 at 3:22 pm
Gee that's a bit harsh
![]()
Anyhow, your code
insert into tableA
select * from tableB
and the error message
Msg 8101,...
March 15, 2006 at 3:19 pm
No - all objects such as tables, views, stored procs, users (not logins), functions, constraints, etc are stored in the database...
Think along the lines of a backup / restore - if...
March 15, 2006 at 3:15 pm
Viewing 15 posts - 511 through 525 (of 993 total)