Viewing 15 posts - 196 through 210 (of 236 total)
I also had the drop table problem, I just removed the quotes altogether, which seemed to solve the problem
I have a problem with the ActiveX script, it results in an...
September 23, 2005 at 3:00 am
Hi,
I think I have determined the cause of the problem.
The particular data in question is historic, was loaded two or three years, is never changed and rarely queried. The query is...
September 23, 2005 at 2:08 am
Another snippet of information,
the data was invisible until I ran the query in query analyser, when it 'magically' appeared. I have found that some of the settings which are ON...
September 22, 2005 at 7:46 am
Found this link on the SQL Server Mag website (I am allowed to post this please Moderator?)
http://www.windowsitpro.com/SQLServer/Article/ArticleID/24600/24600.html
It refers to the fact that complex views, especially those involving several levels of hierarchy...
September 22, 2005 at 5:21 am
Hi Rich,
A nice thought! Blind them with jargon
Actually I do have a handy server problem which was occurring at about the same time...
September 22, 2005 at 2:32 am
I have been thinking that the indexes may be the chief suspects, and wondered if they can get into a state where some rows are invisible to them.
Another suspect is...
September 22, 2005 at 1:59 am
I don't believe it was a user error, because it was reported to me and I was able to verify it.
I ran the report, the data wasn't there.
I extracted the...
September 22, 2005 at 1:18 am
Hi
re: unfinished transaction. The data is extracted to a temporary table with a query using the (nolock) locking hint. Usually the application whould freeze if it encountered a block, hence...
September 21, 2005 at 10:20 am
Hi Ray,
Several hundred rows. All imported in the same run and sharing a date in common. When I ran a report which should have included this data, it didn't show.
Can...
September 21, 2005 at 9:55 am
Hi Martin,
Thanks for your suggestion. I was thinking about writing the filenames to a table on the backup server, and having the backup server process the contents of that table...
September 16, 2005 at 2:24 am
Hi Mike,
thanks for that information. If I feed the file-path into xp_cmdshell to xcopy the file onto the backup server I can have the server restore it to the database there.
Now...
September 15, 2005 at 8:09 am
sp_tables @table_type="'TABLE'"
will also work
David
September 2, 2005 at 1:42 am
Hi,
this works, but it I am so sorry that it is really inelegant and needs a WHILE loop and a temp table.
I have used the RAND function to generate...
August 25, 2005 at 2:09 am
Hi, thanks for that. I didn't realise you could use COLLATE at the column level too.
Your suggestion worked, I also tried the following,...
August 24, 2005 at 10:09 am
Viewing 15 posts - 196 through 210 (of 236 total)